svn commit: r348340 - head/x11/workrave

Martin Wilke miwi at FreeBSD.org
Sat Mar 15 16:18:23 UTC 2014


Author: miwi
Date: Sat Mar 15 16:18:22 2014
New Revision: 348340
URL: http://svnweb.freebsd.org/changeset/ports/348340
QAT: https://qat.redports.org/buildarchive/r348340/

Log:
  - Convert USE_GMAKE to USES
  - Stage support

Modified:
  head/x11/workrave/Makefile

Modified: head/x11/workrave/Makefile
==============================================================================
--- head/x11/workrave/Makefile	Sat Mar 15 16:17:55 2014	(r348339)
+++ head/x11/workrave/Makefile	Sat Mar 15 16:18:22 2014	(r348340)
@@ -23,8 +23,7 @@ DESKTOP_ENTRIES=	"Workrave" "RSI prevent
 					false
 
 USE_XORG=	x11 xmu recordproto xtst xext
-USES=		pathfix pkgconfig
-USE_GMAKE=	yes
+USES=		pathfix pkgconfig  gmake
 USE_GNOME=	gnomeprefix intlhack gconf2 intltool
 USE_GSTREAMER=	good
 GNU_CONFIGURE=	yes
@@ -32,7 +31,6 @@ CONFIGURE_ENV=	LIBS="`pkg-config --libs 
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--enable-gconf --disable-pulse
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 LIB_DEPENDS+=	gdome.8:${PORTSDIR}/textproc/gdome2
 


More information about the svn-ports-head mailing list