svn commit: r326187 - head/graphics/graphviz
Antoine Brodin
antoine at FreeBSD.org
Tue Sep 3 17:22:31 UTC 2013
Author: antoine
Date: Tue Sep 3 17:22:30 2013
New Revision: 326187
URL: http://svnweb.freebsd.org/changeset/ports/326187
Log:
Add an explicit dependency on pkgconf
(needed for proper detection of PANGOCAIRO and maybe other things)
Approved by: portmgr (bapt)
Modified:
head/graphics/graphviz/Makefile
Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile Tue Sep 3 17:18:47 2013 (r326186)
+++ head/graphics/graphviz/Makefile Tue Sep 3 17:22:30 2013 (r326187)
@@ -16,8 +16,7 @@ LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/
expat:${PORTSDIR}/textproc/expat2 \
gd:${PORTSDIR}/${GD_PORT}
-USES= bison
-USE_GMAKE= yes
+USES= bison gmake pkgconfig
USE_AUTOTOOLS= libltdl libtool
WANT_GNOME= yes
GNU_CONFIGURE= yes
More information about the svn-ports-head
mailing list