Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 16:18:23 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348340 - head/x11/workrave
Message-ID:  <201403151618.s2FGINN9061749@svn.freebsd.org>

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



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