svn commit: r326084 - head/graphics/cegui

Antoine Brodin antoine at FreeBSD.org
Mon Sep 2 20:33:18 UTC 2013


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>


More information about the svn-ports-all mailing list