Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 20:35:26 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337907 - head/audio/ices
Message-ID:  <201312282035.rBSKZQSS045897@svn.freebsd.org>

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



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