svn commit: r302764 - head/audio/aubio

Alexey Dokuchaev danfe at FreeBSD.org
Sun Aug 19 16:35:35 UTC 2012


Author: danfe
Date: Sun Aug 19 16:35:34 2012
New Revision: 302764
URL: http://svn.freebsd.org/changeset/ports/302764

Log:
  Sort knobs a bit.

Modified:
  head/audio/aubio/Makefile

Modified: head/audio/aubio/Makefile
==============================================================================
--- head/audio/aubio/Makefile	Sun Aug 19 16:15:13 2012	(r302763)
+++ head/audio/aubio/Makefile	Sun Aug 19 16:35:34 2012	(r302764)
@@ -22,11 +22,12 @@ LIB_DEPENDS=	samplerate:${PORTSDIR}/audi
 		lash:${PORTSDIR}/audio/lash
 
 GNU_CONFIGURE=	yes
+# --disable-complex: does not compile due to missing carg(3) et al.
+CONFIGURE_ARGS=	--disable-complex
 USE_GMAKE=	yes
 USE_GNOME=	gnomehack
 USE_LDCONFIG=	yes
+
 CPPFLAGS+=	-I${LOCALBASE}/include
-# --disable-complex: does not compile due to missing carg(3) et al.
-CONFIGURE_ARGS=	--disable-complex
 
 .include <bsd.port.mk>



More information about the svn-ports-head mailing list