svn commit: r337907 - head/audio/ices

Antoine Brodin antoine at FreeBSD.org
Sat Dec 28 20:35:27 UTC 2013


Author: antoine
Date: Sat Dec 28 20:35:26 2013
New Revision: 337907
URL: http://svnweb.freebsd.org/changeset/ports/337907

Log:
  Stage support

Modified:
  head/audio/ices/Makefile

Modified: head/audio/ices/Makefile
==============================================================================
--- head/audio/ices/Makefile	Sat Dec 28 20:33:05 2013	(r337906)
+++ head/audio/ices/Makefile	Sat Dec 28 20:35:26 2013	(r337907)
@@ -21,8 +21,7 @@ LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio
 
 OPTIONS_DEFINE=	ALSA
 
-USES=		pkgconfig iconv gmake
-NO_STAGE=	yes
+USES=		gmake iconv pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	libxml2
 GNU_CONFIGURE=	yes
@@ -31,7 +30,7 @@ CONFIGURE_ARGS=	--disable-roaraudio --di
 CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
-ALSA_LIB_DEPENDS+=	libasound.so:${PORTSDIR}/audio/alsa-lib
-ALSA_CONFIGURE_ENABLE+=	alsa
+ALSA_LIB_DEPENDS=	libasound.so:${PORTSDIR}/audio/alsa-lib
+ALSA_CONFIGURE_ENABLE=	alsa
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list