aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-10-07 00:12:48 +0800
committereadler <eadler@FreeBSD.org>2012-10-07 00:12:48 +0800
commit5d20246b5955136cd644f404302488db4411de2d (patch)
tree8977f1e355bd5497e16782771d69a4d5ad34a028 /textproc
parent5d35c63fa1affc4a023b491081a4119c9a9324df (diff)
downloadfreebsd-ports-gnome-5d20246b5955136cd644f404302488db4411de2d.tar.gz
freebsd-ports-gnome-5d20246b5955136cd644f404302488db4411de2d.tar.zst
freebsd-ports-gnome-5d20246b5955136cd644f404302488db4411de2d.zip
Convert to OptionsNG
Approved by: gabor (maintainer)
Diffstat (limited to 'textproc')
-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=""