- disable NLS when option WITHOUT_NLS is set

Submitted by:	Igor Sysoev
This commit is contained in:
Dirk Meyer 2006-11-08 06:08:13 +00:00
parent 9a9d970a4e
commit 1da70b6374
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176796

View file

@ -46,6 +46,7 @@ CONFIGURE_ARGS+=--with-openssl-lib=${OPENSSLLIB}
.endif
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.else
PLIST_SUB+= NLS=""