aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2008-07-27 15:13:59 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2008-07-27 15:13:59 +0000
commitfd6d4c049f5d0ce4bdf61790240335551f2f8486 (patch)
treeeed0f0c6b3789f5dbd705a44b08eda32b0cdab12 /security/gnupg
parentf1f27475dc5141bbd9504c917925dd036b1fb631 (diff)
downloadports-fd6d4c049f5d0ce4bdf61790240335551f2f8486.tar.gz
ports-fd6d4c049f5d0ce4bdf61790240335551f2f8486.zip
Make WITHOUT_NLS actually work
Notes
Notes: svn path=/head/; revision=217674
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 7be473044d88..2261d05d9db9 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnupg
PORTVERSION= 2.0.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gnupg
@@ -31,7 +31,6 @@ USE_GMAKE= YES
GNU_CONFIGURE= YES
USE_ICONV= YES
USE_LDCONFIG= YES
-USE_GETTEXT= YES
.if defined(NOPORTDOCS)
CONFIGURE_ARGS+= --disable-doc
.else
@@ -70,6 +69,7 @@ PLIST_SUB+= LDAP="@comment "
.endif
.if defined(WITH_NLS) && !defined(WITHOUT_NLS)
+USE_GETTEXT= YES
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= NLS=""
.else