aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lxinput
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 09:07:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 09:07:58 +0000
commit86d16f2675fd705fa78870828e0e4c66cd5972d3 (patch)
tree20ce818981a1c16901fb0154cfeb10e7887519be /sysutils/lxinput
parent3657d5cb0d39e774a6a7f4d15f055031c01ff483 (diff)
downloadports-86d16f2675fd705fa78870828e0e4c66cd5972d3.tar.gz
ports-86d16f2675fd705fa78870828e0e4c66cd5972d3.zip
Finish converting sysutils from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here convert bacula-server from USE_GETTEXT to USES=gettext
Notes
Notes: svn path=/head/; revision=317491
Diffstat (limited to 'sysutils/lxinput')
-rw-r--r--sysutils/lxinput/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/lxinput/Makefile b/sysutils/lxinput/Makefile
index 5c3c0bb99396..141dc69692e4 100644
--- a/sysutils/lxinput/Makefile
+++ b/sysutils/lxinput/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: lxinput
-# Date created: 2010/09/24
-# Whom: Kris Moore <kmoore@freebsd.org>
-#
+# Created by: Kris Moore <kmoore@freebsd.org>
# $FreeBSD$
-#
PORTNAME= lxinput
PORTVERSION= 0.3.1
@@ -22,7 +18,9 @@ USE_LDCONFIG= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
MAN1= lxinput.1
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
CPPFLAGS+= -I${LOCALBASE}/include