svn commit: r337813 - head/x11-toolkits/phat

Antoine Brodin antoine at FreeBSD.org
Fri Dec 27 21:48:56 UTC 2013


Author: antoine
Date: Fri Dec 27 21:48:55 2013
New Revision: 337813
URL: http://svnweb.freebsd.org/changeset/ports/337813

Log:
  Stage support

Modified:
  head/x11-toolkits/phat/Makefile

Modified: head/x11-toolkits/phat/Makefile
==============================================================================
--- head/x11-toolkits/phat/Makefile	Fri Dec 27 21:44:48 2013	(r337812)
+++ head/x11-toolkits/phat/Makefile	Fri Dec 27 21:48:55 2013	(r337813)
@@ -12,12 +12,10 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Collection of GTK+ widgets geared toward pro-audio apps
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		pathfix pkgconfig
+USES=		gmake pathfix pkgconfig
 USE_GNOME=	gtk20 libgnomecanvas
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
 		-e 's|-Werror||g' \


More information about the svn-ports-head mailing list