aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-09-02 20:33:18 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-09-02 20:33:18 +0000
commitfa4823e5748d1dc9d4f7932590a8ab56f8d4114b (patch)
tree7fadfc9ced0157fd8b375fd8f889e388566adc2e /graphics
parentb03628b94f21f800539b243a97a817e10a50eca5 (diff)
downloadports-fa4823e5748d1dc9d4f7932590a8ab56f8d4114b.tar.gz
ports-fa4823e5748d1dc9d4f7932590a8ab56f8d4114b.zip
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=326084
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cegui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile
index 2d2102494e5a..19257521c838 100644
--- a/graphics/cegui/Makefile
+++ b/graphics/cegui/Makefile
@@ -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>