aboutsummaryrefslogtreecommitdiff
path: root/devel/gindent
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-06-27 20:58:20 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-06-27 20:58:20 +0000
commit06576dbdac1fb94eac216f08d894752b5d1693b2 (patch)
treeea555afdb0808c311f347f044777f85fcbae7719 /devel/gindent
parent02ba56950a2778a142c898f2b44ce44204e89b96 (diff)
downloadports-06576dbdac1fb94eac216f08d894752b5d1693b2.tar.gz
ports-06576dbdac1fb94eac216f08d894752b5d1693b2.zip
Notes
Diffstat (limited to 'devel/gindent')
-rw-r--r--devel/gindent/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gindent/Makefile b/devel/gindent/Makefile
index e105852122f0..01d9aec01d0b 100644
--- a/devel/gindent/Makefile
+++ b/devel/gindent/Makefile
@@ -23,7 +23,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --program-prefix=g
MAKE_JOBS_UNSAFE= yes
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else