svn commit: r326173 - head/databases/glom

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 3 17:03:20 UTC 2013


Author: bapt
Date: Tue Sep  3 17:03:19 2013
New Revision: 326173
URL: http://svnweb.freebsd.org/changeset/ports/326173

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/databases/glom/Makefile

Modified: head/databases/glom/Makefile
==============================================================================
--- head/databases/glom/Makefile	Tue Sep  3 16:56:25 2013	(r326172)
+++ head/databases/glom/Makefile	Tue Sep  3 17:03:19 2013	(r326173)
@@ -29,8 +29,7 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 USE_BZIP2=	yes
 USE_PYTHON=	yes
 GNU_CONFIGURE=	yes
-USES=		gettext pathfix shared-mime-info
-USE_GMAKE=	yes
+USES=		gettext pathfix shared-mime-info gmake pkgconfig
 USE_GNOME=	gnomedocutils gnomeprefix pygnomeextras
 USE_LDCONFIG=	yes
 USE_PGSQL=	yes


More information about the svn-ports-all mailing list