svn commit: r309127 - head/audio/aumix

Wesley Shields wxs at FreeBSD.org
Mon Dec 17 20:09:07 UTC 2012


Author: wxs
Date: Mon Dec 17 20:09:06 2012
New Revision: 309127
URL: http://svnweb.freebsd.org/changeset/ports/309127

Log:
  Move OPTIONS_DEFINE before include bsd.port.options.mk.
  NLS is turned on by default already, remove duplicate.
  
  Noticed by:	bapt@

Modified:
  head/audio/aumix/Makefile

Modified: head/audio/aumix/Makefile
==============================================================================
--- head/audio/aumix/Makefile	Mon Dec 17 20:02:10 2012	(r309126)
+++ head/audio/aumix/Makefile	Mon Dec 17 20:09:06 2012	(r309127)
@@ -30,10 +30,9 @@ PLIST_FILES=	bin/aumix bin/mute bin/xaum
 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


More information about the svn-ports-all mailing list