diff options
author | johans <johans@FreeBSD.org> | 2012-06-28 04:58:20 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-06-28 04:58:20 +0800 |
commit | b2af062094225b737cb6b5bca42fc58455c28cef (patch) | |
tree | ee79d60b4b187dff6f08fce2158b59034d2f5f10 /lang/gawk/Makefile | |
parent | a12943d700f6e401bbfb40b17b893aef432fa604 (diff) | |
download | freebsd-ports-gnome-b2af062094225b737cb6b5bca42fc58455c28cef.tar.gz freebsd-ports-gnome-b2af062094225b737cb6b5bca42fc58455c28cef.tar.zst freebsd-ports-gnome-b2af062094225b737cb6b5bca42fc58455c28cef.zip |
Convert to new options framework
Diffstat (limited to 'lang/gawk/Makefile')
-rw-r--r-- | lang/gawk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index bc09505fcfee..ca848e3a87e9 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -27,7 +27,9 @@ MAN1= gawk.1 igawk.1 pgawk.1 PLIST_SUB= VERSION=${PORTVERSION} -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" .else |