aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2007-03-22 01:39:36 +0800
committernovel <novel@FreeBSD.org>2007-03-22 01:39:36 +0800
commit32bc64fa135d4691c4cb41b9537b48e9f9fcc646 (patch)
treeeabc7a1bfb62fefa310a4cebb1ba6547be35f385 /security
parentbba5f7acd72c7d9f4f49ba025d1c8fa9ae99e455 (diff)
downloadfreebsd-ports-32bc64fa135d4691c4cb41b9537b48e9f9fcc646.tar.gz
freebsd-ports-32bc64fa135d4691c4cb41b9537b48e9f9fcc646.tar.zst
freebsd-ports-32bc64fa135d4691c4cb41b9537b48e9f9fcc646.zip
Fix build when WITHOUT_NLS defined.
PR: 110631 Submitted by: Helge Oldach <ports-libgpg-error-mar07@oldach.net>
Diffstat (limited to 'security')
-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