aboutsummaryrefslogtreecommitdiff
path: root/audio/gimmix
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-06-29 12:42:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-06-29 12:42:04 +0000
commit222461c302e52a3848555e999ecc7a10f98b278e (patch)
tree4fad0f8d9c328a570a49371daf5f0078d7075272 /audio/gimmix
parentb6155c63444b79580e9bd13727472581d1ed66f1 (diff)
downloadports-222461c302e52a3848555e999ecc7a10f98b278e.tar.gz
ports-222461c302e52a3848555e999ecc7a10f98b278e.zip
Convert to new option framework
Notes
Notes: svn path=/head/; revision=300215
Diffstat (limited to 'audio/gimmix')
-rw-r--r--audio/gimmix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gimmix/Makefile b/audio/gimmix/Makefile
index 8cce6adc8f89..ac616134f868 100644
--- a/audio/gimmix/Makefile
+++ b/audio/gimmix/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd \
LICENSE= GPLv2
-OPTIONS= NLS "Native Language Support" on
+OPTIONS_DEFIEN= NLS
.include <bsd.port.options.mk>
@@ -36,7 +36,7 @@ MAN1= gimmix.1
CONFIGURE_ENV= DATADIRNAME=share
-.if !defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
CONFIGURE_ARGS+= --enable-nls