svn commit: r341437 - head/sysutils/libzeitgeist

Olivier Duchateau olivierd at FreeBSD.org
Mon Jan 27 17:55:29 UTC 2014


Author: olivierd
Date: Mon Jan 27 17:55:28 2014
New Revision: 341437
URL: http://svnweb.freebsd.org/changeset/ports/341437
QAT: https://qat.redports.org/buildarchive/r341437/

Log:
  - Support STAGEDIR
  - Use USES= gmake

Modified:
  head/sysutils/libzeitgeist/Makefile

Modified: head/sysutils/libzeitgeist/Makefile
==============================================================================
--- head/sysutils/libzeitgeist/Makefile	Mon Jan 27 17:35:46 2014	(r341436)
+++ head/sysutils/libzeitgeist/Makefile	Mon Jan 27 17:55:28 2014	(r341437)
@@ -10,15 +10,13 @@ MASTER_SITES=	https://launchpadlibrarian
 MAINTAINER=	olivierd at FreeBSD.org
 COMMENT=	Zeitgeist client library
 
-USES=	pathfix pkgconfig gettext
+USES=	pathfix pkgconfig gettext gmake
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_GNOME=	glib20 intltool intlhack
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}


More information about the svn-ports-all mailing list