diff options
author | timur <timur@FreeBSD.org> | 2008-07-27 23:13:59 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2008-07-27 23:13:59 +0800 |
commit | 97e5cc8171157b76ca17f2af257e4b92ce290e36 (patch) | |
tree | 5aedccc13503368b37a1c8d8050c35c18dbd03ef /security | |
parent | 23cca125177de9ba734dc94886cb714579bf62af (diff) | |
download | freebsd-ports-gnome-97e5cc8171157b76ca17f2af257e4b92ce290e36.tar.gz freebsd-ports-gnome-97e5cc8171157b76ca17f2af257e4b92ce290e36.tar.zst freebsd-ports-gnome-97e5cc8171157b76ca17f2af257e4b92ce290e36.zip |
Make WITHOUT_NLS actually work
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 4 |
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 |