diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-03-21 17:39:36 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-03-21 17:39:36 +0000 |
commit | 506d265c7e0adea4ff70dbd10902666b7792f123 (patch) | |
tree | 8016f02d2ab58f4da3f830d57fcb03bd552e46bb /security/libgpg-error | |
parent | 8d6718db8f208208fc7fb0ae7e6418c7e986dba5 (diff) | |
download | ports-506d265c7e0adea4ff70dbd10902666b7792f123.tar.gz ports-506d265c7e0adea4ff70dbd10902666b7792f123.zip |
Notes
Diffstat (limited to 'security/libgpg-error')
-rw-r--r-- | security/libgpg-error/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 80e8c72c98b9..be1a7b511922 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if defined(WITHOUT_NLS) -CONFIGURE_ARGS= --without-nls +CONFIGURE_ARGS= --disable-nls PLIST_SUB= NLS="@comment " .else USE_ICONV= yes |