aboutsummaryrefslogtreecommitdiff
path: root/textproc/m17n-im-config
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/m17n-im-config
parent227631a78fd6d810d73f3088d7cc7efb2efbd3fd (diff)
downloadports-1d878a9f8a3db2bd6ea59548912de91a00f895ae.tar.gz
ports-1d878a9f8a3db2bd6ea59548912de91a00f895ae.zip
Finish converting textproc from WITHOUT_NLS to PORT_OPTIONS:MNLS
Notes
Notes: svn path=/head/; revision=317494
Diffstat (limited to 'textproc/m17n-im-config')
-rw-r--r--textproc/m17n-im-config/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/m17n-im-config/Makefile b/textproc/m17n-im-config/Makefile
index 667665236a34..eac7d1732493 100644
--- a/textproc/m17n-im-config/Makefile
+++ b/textproc/m17n-im-config/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: m17n-im-config
-# Date created: 1 October 2008
-# Whom: Nikola Lecic <nikola.lecic@anthesphoria.net>
-#
+# Created by: Nikola Lecic <nikola.lecic@anthesphoria.net>
# $FreeBSD$
-#
PORTNAME= m17n-im-config
PORTVERSION= 0.9.0
@@ -32,7 +28,9 @@ DESKTOP_ENTRIES="M17N-IM Configuration" \
"Settings;" \
true
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else