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/m17n-im-config | |
parent | 227631a78fd6d810d73f3088d7cc7efb2efbd3fd (diff) | |
download | ports-1d878a9f8a3db2bd6ea59548912de91a00f895ae.tar.gz ports-1d878a9f8a3db2bd6ea59548912de91a00f895ae.zip |
Notes
Diffstat (limited to 'textproc/m17n-im-config')
-rw-r--r-- | textproc/m17n-im-config/Makefile | 10 |
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 |