diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-02 20:33:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-02 20:33:18 +0000 |
commit | fa4823e5748d1dc9d4f7932590a8ab56f8d4114b (patch) | |
tree | 7fadfc9ced0157fd8b375fd8f889e388566adc2e /graphics | |
parent | b03628b94f21f800539b243a97a817e10a50eca5 (diff) |
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/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> |