aboutsummaryrefslogtreecommitdiff
path: root/textproc/ibus-table
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 09:26:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 09:26:23 +0000
commit1d878a9f8a3db2bd6ea59548912de91a00f895ae (patch)
tree0e80e9091c87717737c6686bb77944ac00328d6b /textproc/ibus-table
parent227631a78fd6d810d73f3088d7cc7efb2efbd3fd (diff)
downloadports-1d878a9f8a3db2bd6ea59548912de91a00f895ae.tar.gz
ports-1d878a9f8a3db2bd6ea59548912de91a00f895ae.zip
Notes
Diffstat (limited to 'textproc/ibus-table')
-rw-r--r--textproc/ibus-table/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile
index 5929c741e68c..1d6c4e8e7fdc 100644
--- a/textproc/ibus-table/Makefile
+++ b/textproc/ibus-table/Makefile
@@ -23,7 +23,9 @@ USE_GMAKE= yes
PROJECTHOST= ibus
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else