diff options
author | jgh <jgh@FreeBSD.org> | 2013-04-30 14:28:27 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-04-30 14:28:27 +0800 |
commit | f295e054a260dfe63b0118e593f9c0ca548a52df (patch) | |
tree | 9ac8f69fd2dfd45c6681e387401491b9bfe89ed8 /security/gnupg1 | |
parent | 01caedcbcc0dfdc057c7f11d56cbb949ba1cf620 (diff) | |
download | freebsd-ports-gnome-f295e054a260dfe63b0118e593f9c0ca548a52df.tar.gz freebsd-ports-gnome-f295e054a260dfe63b0118e593f9c0ca548a52df.tar.zst freebsd-ports-gnome-f295e054a260dfe63b0118e593f9c0ca548a52df.zip |
- convert ports to USES= gettext
Approved by: portmgr (bapt@)
Diffstat (limited to 'security/gnupg1')
-rw-r--r-- | security/gnupg1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 3d120fe1c0bc..c3bf31cfd480 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-ldap .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= YES +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls |