svn commit: r326348 - head/graphics/zathura

Antoine Brodin antoine at FreeBSD.org
Thu Sep 5 05:32:45 UTC 2013


Author: antoine
Date: Thu Sep  5 05:32:44 2013
New Revision: 326348
URL: http://svnweb.freebsd.org/changeset/ports/326348

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/graphics/zathura/Makefile

Modified: head/graphics/zathura/Makefile
==============================================================================
--- head/graphics/zathura/Makefile	Thu Sep  5 05:31:16 2013	(r326347)
+++ head/graphics/zathura/Makefile	Thu Sep  5 05:32:44 2013	(r326348)
@@ -13,7 +13,7 @@ LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/
 		girara-gtk2:${PORTSDIR}/x11-toolkits/girara
 
 USE_GNOME=	glib20 gtk20
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 MAKE_ENV=	SFLAGS="${STRIP}"
 
 OPTIONS_DEFINE=	DOCS NLS SQLITE


More information about the svn-ports-all mailing list