svn commit: r326298 - head/graphics/hs-cairo

Antoine Brodin antoine at FreeBSD.org
Wed Sep 4 17:10:08 UTC 2013


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


More information about the svn-ports-all mailing list