svn commit: r326195 - head/x11-toolkits/hs-pango

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 18:39:14 UTC 2013


Author: antoine
Date: Tue Sep  3 18:39:13 2013
New Revision: 326195
URL: http://svnweb.freebsd.org/changeset/ports/326195

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/x11-toolkits/hs-pango/Makefile

Modified: head/x11-toolkits/hs-pango/Makefile
==============================================================================
--- head/x11-toolkits/hs-pango/Makefile	Tue Sep  3 18:33:11 2013	(r326194)
+++ head/x11-toolkits/hs-pango/Makefile	Tue Sep  3 18:39:13 2013	(r326195)
@@ -10,6 +10,7 @@ COMMENT=	Binding to the Pango text rende
 
 LICENSE=	LGPL21
 
+USES=		pkgconfig
 USE_CABAL=	cairo>=0.12.0 glib>=0.12.0 mtl
 USE_GNOME=	pango
 


More information about the svn-ports-all mailing list