Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 20:33:18 +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: r326084 - head/graphics/cegui
Message-ID:  <201309022033.r82KXIUC023629@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Sep  2 20:33:18 2013
New Revision: 326084
URL: http://svnweb.freebsd.org/changeset/ports/326084

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

Modified:
  head/graphics/cegui/Makefile

Modified: head/graphics/cegui/Makefile
==============================================================================
--- head/graphics/cegui/Makefile	Mon Sep  2 20:32:55 2013	(r326083)
+++ head/graphics/cegui/Makefile	Mon Sep  2 20:33:18 2013	(r326084)
@@ -33,7 +33,7 @@ USE_GL=		yes
 USE_LUA=	5.1
 LUA_COMPS=	toluaxx
 USE_PYTHON=	2.6+
-USES=	pathfix
+USES=		pathfix pkgconfig
 PLIST_SUB+=	WITH_OGRE=""
 
 .include <bsd.port.options.mk>



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