aboutsummaryrefslogtreecommitdiff
path: root/textproc/gsed/Makefile
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-10-06 16:12:48 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-10-06 16:12:48 +0000
commitb4537260131d3e88f22a669f557a8ae84701283d (patch)
tree8977f1e355bd5497e16782771d69a4d5ad34a028 /textproc/gsed/Makefile
parent7bb5edc3e3dc1ea4400af330f016767be0458984 (diff)
downloadports-b4537260131d3e88f22a669f557a8ae84701283d.tar.gz
ports-b4537260131d3e88f22a669f557a8ae84701283d.zip
Convert to OptionsNG
Approved by: gabor (maintainer)
Notes
Notes: svn path=/head/; revision=305385
Diffstat (limited to 'textproc/gsed/Makefile')
-rw-r--r--textproc/gsed/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index 463474b641d3..28b0f0c2e75b 100644
--- a/textproc/gsed/Makefile
+++ b/textproc/gsed/Makefile
@@ -19,8 +19,6 @@ COMMENT= The GNU stream editor
GNU_CONFIGURE= yes
CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
-OPTIONS= NLS "NLS support" on
-
PATCH_SUBDIRS= . doc lib sed
DATADIR= ${PREFIX}/share/${PKGBASE}
SAMP_FILES= binary*.sed dc.sed
@@ -33,7 +31,7 @@ MAN1= gsed.1
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
USE_ICONV= yes
USE_GETTEXT= yes
PLIST_SUB= NLS=""