Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 19:12:37 +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: r326202 - head/x11-toolkits/hs-gtk
Message-ID:  <201309031912.r83JCbLB050980@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Sep  3 19:12:37 2013
New Revision: 326202
URL: http://svnweb.freebsd.org/changeset/ports/326202

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

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

Modified: head/x11-toolkits/hs-gtk/Makefile
==============================================================================
--- head/x11-toolkits/hs-gtk/Makefile	Tue Sep  3 19:04:16 2013	(r326201)
+++ head/x11-toolkits/hs-gtk/Makefile	Tue Sep  3 19:12:37 2013	(r326202)
@@ -10,6 +10,7 @@ COMMENT=	Binding to the Gtk+ graphical u
 
 LICENSE=	LGPL21
 
+USES=		pkgconfig
 USE_CABAL=	cairo>=0.12.0 gio>=0.12.0 glib>=0.12.0 mtl pango>=0.12.0
 USE_GNOME=	gtk20
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031912.r83JCbLB050980>