Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 20:09:07 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309127 - head/audio/aumix
Message-ID:  <201212172009.qBHK97bG059335@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212172009.qBHK97bG059335>