diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-03 04:33:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-03 04:33:18 +0800 |
commit | 740dd2b4e87f6cd35de0b6db5d4216c23a09e643 (patch) | |
tree | 7fadfc9ced0157fd8b375fd8f889e388566adc2e /graphics/cegui | |
parent | cfdeae75d6f432c69efcba1e4fa6a9d5b97b1368 (diff) | |
download | freebsd-ports-gnome-740dd2b4e87f6cd35de0b6db5d4216c23a09e643.tar.gz freebsd-ports-gnome-740dd2b4e87f6cd35de0b6db5d4216c23a09e643.tar.zst freebsd-ports-gnome-740dd2b4e87f6cd35de0b6db5d4216c23a09e643.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'graphics/cegui')
-rw-r--r-- | graphics/cegui/Makefile | 2 |
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> |