aboutsummaryrefslogtreecommitdiff
path: root/audio/aumix
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2012-12-17 20:09:06 +0000
committerWesley Shields <wxs@FreeBSD.org>2012-12-17 20:09:06 +0000
commit4cde3c50733a990845a212b6dbe9c7d5488581e7 (patch)
treebee96bd409376fe595145eb7c43052590ba574e2 /audio/aumix
parentd9f3df13e98d5c916c99a5caedbf9e550f4328fd (diff)
downloadports-4cde3c50733a990845a212b6dbe9c7d5488581e7.tar.gz
ports-4cde3c50733a990845a212b6dbe9c7d5488581e7.zip
Move OPTIONS_DEFINE before include bsd.port.options.mk.
NLS is turned on by default already, remove duplicate. Noticed by: bapt@
Notes
Notes: svn path=/head/; revision=309127
Diffstat (limited to 'audio/aumix')
-rw-r--r--audio/aumix/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile
index e7e50cd2cc0e..2b097d62e24f 100644
--- a/audio/aumix/Makefile
+++ b/audio/aumix/Makefile
@@ -30,10 +30,9 @@ PLIST_FILES= bin/aumix bin/mute bin/xaumix
PLIST_FILES+= share/aumix/${ii}
.endfor
-.include <bsd.port.options.mk>
-
OPTIONS_DEFINE= NLS GTK2
-OPTIONS_DEFAULT= NLS
+
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
CONFIGURE_ARGS+=--disable-nls