aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2007-03-30 09:05:06 +0800
committerkuriyama <kuriyama@FreeBSD.org>2007-03-30 09:05:06 +0800
commit55de4ce864485e0f454834df79a68a4e22165b25 (patch)
tree8a71fd5be1b932725746516fe0e8afb7f3c0f5b8 /security
parentc7928dbf429377b9a19fb60f7639c3d869b13c30 (diff)
downloadfreebsd-ports-gnome-55de4ce864485e0f454834df79a68a4e22165b25.tar.gz
freebsd-ports-gnome-55de4ce864485e0f454834df79a68a4e22165b25.tar.zst
freebsd-ports-gnome-55de4ce864485e0f454834df79a68a4e22165b25.zip
- Fix breakage on WITHOUT_NLS=t condition by forcing --enable-nls in
configure args which I fogot in previous commit. Reported by: kris
Diffstat (limited to 'security')
-rw-r--r--security/gnupg/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index bdceac0c2f1e..b1f291cc679e 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -65,13 +65,13 @@ CONFIGURE_ARGS+=--disable-ldap
PLIST_SUB+= LDAP="@comment "
.endif
-.if defined(WITH_NLS)
+#.if defined(WITH_NLS)
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
+#.else
+#CONFIGURE_ARGS+=--disable-nls
+#PLIST_SUB+= NLS="@comment "
+#.endif
.if defined(WITH_SCDAEMON)
CONFIGURE_ARGS+=--enable-scdaemon