diff options
author | wxs <wxs@FreeBSD.org> | 2012-12-18 04:09:06 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-12-18 04:09:06 +0800 |
commit | dd430bb7955649d1ca90a7b23db833f3e4b71e92 (patch) | |
tree | bee96bd409376fe595145eb7c43052590ba574e2 /audio/aumix | |
parent | 387b04ff645f13d8b49209d7056bd548779e333a (diff) | |
download | freebsd-ports-gnome-dd430bb7955649d1ca90a7b23db833f3e4b71e92.tar.gz freebsd-ports-gnome-dd430bb7955649d1ca90a7b23db833f3e4b71e92.tar.zst freebsd-ports-gnome-dd430bb7955649d1ca90a7b23db833f3e4b71e92.zip |
Move OPTIONS_DEFINE before include bsd.port.options.mk.
NLS is turned on by default already, remove duplicate.
Noticed by: bapt@
Diffstat (limited to 'audio/aumix')
-rw-r--r-- | audio/aumix/Makefile | 5 |
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 |