diff options
author | Johan van Selst <johans@FreeBSD.org> | 2012-06-27 20:58:20 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2012-06-27 20:58:20 +0000 |
commit | 06576dbdac1fb94eac216f08d894752b5d1693b2 (patch) | |
tree | ea555afdb0808c311f347f044777f85fcbae7719 /devel/gindent | |
parent | 02ba56950a2778a142c898f2b44ce44204e89b96 (diff) | |
download | ports-06576dbdac1fb94eac216f08d894752b5d1693b2.tar.gz ports-06576dbdac1fb94eac216f08d894752b5d1693b2.zip |
Notes
Diffstat (limited to 'devel/gindent')
-rw-r--r-- | devel/gindent/Makefile | 4 |
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 |