aboutsummaryrefslogtreecommitdiff
path: root/astro/celestia
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 21:27:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 21:27:53 +0000
commit9880c1a3788c97424f73d86aba7a5c511e2d47b4 (patch)
tree30e09432cf3af70c596ec1833bdb863b62a6ce3b /astro/celestia
parentc4a998e8d3a89178ee4515e49e7371f2bb7bd893 (diff)
downloadports-9880c1a3788c97424f73d86aba7a5c511e2d47b4.tar.gz
ports-9880c1a3788c97424f73d86aba7a5c511e2d47b4.zip
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=326092
Diffstat (limited to 'astro/celestia')
-rw-r--r--astro/celestia/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile
index 9f8c4cebacac..6347825f3ca8 100644
--- a/astro/celestia/Makefile
+++ b/astro/celestia/Makefile
@@ -16,7 +16,7 @@ LICENSE= GPLv2
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
png15:${PORTSDIR}/graphics/png
-USES= gettext gmake
+USES= gettext gmake pkgconfig
USE_AUTOTOOLS= libtool
USE_GL= gl
USE_LUA= 5.0+ # should be optional, but the build fails without it