Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 16:52:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342337 - head/deskutils/timer-applet
Message-ID:  <201402021652.s12GqY77036904@svn.freebsd.org>

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



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