aboutsummaryrefslogtreecommitdiff
path: root/security/libgpg-error/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-03-21 17:39:36 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-03-21 17:39:36 +0000
commit506d265c7e0adea4ff70dbd10902666b7792f123 (patch)
tree8016f02d2ab58f4da3f830d57fcb03bd552e46bb /security/libgpg-error/Makefile
parent8d6718db8f208208fc7fb0ae7e6418c7e986dba5 (diff)
downloadports-506d265c7e0adea4ff70dbd10902666b7792f123.tar.gz
ports-506d265c7e0adea4ff70dbd10902666b7792f123.zip
Fix build when WITHOUT_NLS defined.
PR: 110631 Submitted by: Helge Oldach <ports-libgpg-error-mar07@oldach.net>
Notes
Notes: svn path=/head/; revision=187917
Diffstat (limited to 'security/libgpg-error/Makefile')
-rw-r--r--security/libgpg-error/Makefile2
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