Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 05:39:29 +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: r326352 - head/x11-toolkits/flowcanvas
Message-ID:  <201309050539.r855dTdW052450@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Sep  5 05:39:29 2013
New Revision: 326352
URL: http://svnweb.freebsd.org/changeset/ports/326352

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

Modified:
  head/x11-toolkits/flowcanvas/Makefile

Modified: head/x11-toolkits/flowcanvas/Makefile
==============================================================================
--- head/x11-toolkits/flowcanvas/Makefile	Thu Sep  5 05:37:40 2013	(r326351)
+++ head/x11-toolkits/flowcanvas/Makefile	Thu Sep  5 05:39:29 2013	(r326352)
@@ -18,6 +18,7 @@ LIB_DEPENDS=	boost_date_time:${PORTSDIR}
 		gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 \
 		gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_PYTHON_BUILD=yes
 USE_LDCONFIG=	yes



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