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-m17n/Makefile | |
parent | 227631a78fd6d810d73f3088d7cc7efb2efbd3fd (diff) | |
download | ports-1d878a9f8a3db2bd6ea59548912de91a00f895ae.tar.gz ports-1d878a9f8a3db2bd6ea59548912de91a00f895ae.zip |
Notes
Diffstat (limited to 'textproc/ibus-m17n/Makefile')
-rw-r--r-- | textproc/ibus-m17n/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/ibus-m17n/Makefile b/textproc/ibus-m17n/Makefile index e381a9b57642..811c9d51cdf3 100644 --- a/textproc/ibus-m17n/Makefile +++ b/textproc/ibus-m17n/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ibus-m17n -# Date created: 3 September 2009 -# Whom: Nikola Lecic <nikola.lecic@anthesphoria.net> -# +# Created by: Nikola Lecic <nikola.lecic@anthesphoria.net> # $FreeBSD$ -# PORTNAME= ibus-m17n PORTVERSION= 1.3.3 @@ -24,7 +20,9 @@ PROJECTHOST= ibus USE_GMAKE= yes GNU_CONFIGURE= yes -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else |