Date: Tue, 3 Sep 2013 17:22:31 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326187 - head/graphics/graphviz Message-ID: <201309031722.r83HMVc0084930@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031722.r83HMVc0084930>