diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 09:26:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 09:26:23 +0000 |
commit | 1d878a9f8a3db2bd6ea59548912de91a00f895ae (patch) | |
tree | 0e80e9091c87717737c6686bb77944ac00328d6b /textproc/ibus-table | |
parent | 227631a78fd6d810d73f3088d7cc7efb2efbd3fd (diff) |
Notes
Diffstat (limited to 'textproc/ibus-table')
-rw-r--r-- | textproc/ibus-table/Makefile | 4 |
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 |