diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-04 01:22:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-04 01:22:30 +0800 |
commit | bcd907103b19f5867a859462c6674794fac48944 (patch) | |
tree | a89f04f18dc21b0237820dd5bf04711140c50894 /graphics | |
parent | 10d74f800e30aa659a3ca1f840ea8bb37a78d9b2 (diff) | |
download | freebsd-ports-gnome-bcd907103b19f5867a859462c6674794fac48944.tar.gz freebsd-ports-gnome-bcd907103b19f5867a859462c6674794fac48944.tar.zst freebsd-ports-gnome-bcd907103b19f5867a859462c6674794fac48944.zip |
Add an explicit dependency on pkgconf
(needed for proper detection of PANGOCAIRO and maybe other things)
Approved by: portmgr (bapt)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index e39fc0fa4830..05282ee14b69 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \ 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 |