aboutsummaryrefslogtreecommitdiff
path: root/textproc/flex
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-06-27 19:52:13 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-06-27 19:52:13 +0000
commita61925225764f1ab64e31639eae169eb529c7758 (patch)
tree75a63eed7f902250d8003350b2b37ac8f92bb384 /textproc/flex
parent35a670c59f3774b34f29abb0e1be9a8ef51a3994 (diff)
downloadports-a61925225764f1ab64e31639eae169eb529c7758.tar.gz
ports-a61925225764f1ab64e31639eae169eb529c7758.zip
Notes
Diffstat (limited to 'textproc/flex')
-rw-r--r--textproc/flex/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile
index 90cdc8157a19..5a62260f9ab8 100644
--- a/textproc/flex/Makefile
+++ b/textproc/flex/Makefile
@@ -26,7 +26,9 @@ USE_GMAKE= yes
MAN1= flex.1
INFO= flex
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USE_ICONV= yes
USE_GETTEXT= yes
PLIST_SUB+= NLS=""