svn commit: r326291 - head/x11-toolkits/girara

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 4 16:42:20 UTC 2013


Author: bapt
Date: Wed Sep  4 16:42:19 2013
New Revision: 326291
URL: http://svnweb.freebsd.org/changeset/ports/326291

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/x11-toolkits/girara/Makefile

Modified: head/x11-toolkits/girara/Makefile
==============================================================================
--- head/x11-toolkits/girara/Makefile	Wed Sep  4 16:14:12 2013	(r326290)
+++ head/x11-toolkits/girara/Makefile	Wed Sep  4 16:42:19 2013	(r326291)
@@ -10,7 +10,7 @@ MAINTAINER=	madpilot at FreeBSD.org
 COMMENT=	GTK2 Interface Library for Zathura PDF Viewer
 
 USE_GNOME=	glib20 gtk20
-USES=		gmake
+USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list