svn commit: r342337 - head/deskutils/timer-applet

Antoine Brodin antoine at FreeBSD.org
Sun Feb 2 16:52:34 UTC 2014


Author: antoine
Date: Sun Feb  2 16:52:34 2014
New Revision: 342337
URL: http://svnweb.freebsd.org/changeset/ports/342337
QAT: https://qat.redports.org/buildarchive/r342337/

Log:
  Stage support

Modified:
  head/deskutils/timer-applet/Makefile

Modified: head/deskutils/timer-applet/Makefile
==============================================================================
--- head/deskutils/timer-applet/Makefile	Sun Feb  2 16:45:44 2014	(r342336)
+++ head/deskutils/timer-applet/Makefile	Sun Feb  2 16:52:34 2014	(r342337)
@@ -17,17 +17,15 @@ RUN_DEPENDS=	gnome-audio>0:${PORTSDIR}/a
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USES=        pathfix gettext
+USES=		gettext gmake pathfix
 USE_GNOME=	gnomeprefix intlhack pygnomedesktop
 USE_PYTHON=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--libdir=${PREFIX}/libexec
+CONFIGURE_ARGS=	--libdir=${PREFIX}/libexec --disable-schemas-install
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 GCONF_SCHEMAS=	timer-applet.schemas
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list