diff options
author | bapt <bapt@FreeBSD.org> | 2012-06-29 20:42:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-06-29 20:42:04 +0800 |
commit | 42034a997e9bbb7dd2e66f6719377aebbe4c7abd (patch) | |
tree | 44dc0e86776cb3ba9a994d27c2ee2b7a934bcdd2 /audio/gimmix | |
parent | ff094d05cd8d446e528963491389242e738416e1 (diff) | |
download | freebsd-ports-gnome-42034a997e9bbb7dd2e66f6719377aebbe4c7abd.tar.gz freebsd-ports-gnome-42034a997e9bbb7dd2e66f6719377aebbe4c7abd.tar.zst freebsd-ports-gnome-42034a997e9bbb7dd2e66f6719377aebbe4c7abd.zip |
Convert to new option framework
Diffstat (limited to 'audio/gimmix')
-rw-r--r-- | audio/gimmix/Makefile | 4 |
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 |