Date: Wed, 4 Sep 2013 17:10:07 +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: r326298 - head/graphics/hs-cairo Message-ID: <201309041710.r84HA7H3013911@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Sep 4 17:10:07 2013 New Revision: 326298 URL: http://svnweb.freebsd.org/changeset/ports/326298 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/graphics/hs-cairo/Makefile Modified: head/graphics/hs-cairo/Makefile ============================================================================== --- head/graphics/hs-cairo/Makefile Wed Sep 4 17:06:57 2013 (r326297) +++ head/graphics/hs-cairo/Makefile Wed Sep 4 17:10:07 2013 (r326298) @@ -10,6 +10,7 @@ COMMENT= Binding to the Cairo library LICENSE= BSD +USES= pkgconfig USE_CABAL= gtk2hs-buildtools mtl BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/cairo-pdf.pc:${PORTSDIR}/graphics/cairo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309041710.r84HA7H3013911>