svn commit: r337906 - head/audio/glame

Antoine Brodin antoine at FreeBSD.org
Sat Dec 28 20:33:06 UTC 2013


Author: antoine
Date: Sat Dec 28 20:33:05 2013
New Revision: 337906
URL: http://svnweb.freebsd.org/changeset/ports/337906

Log:
  Stage support

Modified:
  head/audio/glame/Makefile

Modified: head/audio/glame/Makefile
==============================================================================
--- head/audio/glame/Makefile	Sat Dec 28 20:31:53 2013	(r337905)
+++ head/audio/glame/Makefile	Sat Dec 28 20:33:05 2013	(r337906)
@@ -17,9 +17,8 @@ LIB_DEPENDS=	libmp3lame.so:${PORTSDIR}/a
 		libguile.so:${PORTSDIR}/lang/guile
 
 USE_AUTOTOOLS=	libltdl libtool
-NO_STAGE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
-USES=		gmake pathfix gettext pkgconfig
+USES=		gettext gmake pathfix pkgconfig
 USE_GNOME=	gnomeprefix libgnomeui
 USE_XORG=	xbitmaps x11
 


More information about the svn-ports-head mailing list