diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 17:45:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 17:45:05 +0800 |
commit | b3f026ffa74fd54b74185c866026b13ca850120e (patch) | |
tree | 22593070e0d133d3907eb78912315d035a3140d1 /games/glest | |
parent | 753a45ccad0420f4862a7c9b142f2dbba12fb0b9 (diff) | |
download | freebsd-ports-gnome-b3f026ffa74fd54b74185c866026b13ca850120e.tar.gz freebsd-ports-gnome-b3f026ffa74fd54b74185c866026b13ca850120e.tar.zst freebsd-ports-gnome-b3f026ffa74fd54b74185c866026b13ca850120e.zip |
Add explicit dependencies on pkgconf
Diffstat (limited to 'games/glest')
-rw-r--r-- | games/glest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/glest/Makefile b/games/glest/Makefile index 90bd487f72f1..a5975ff3fbb7 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam RUN_DEPENDS= ${DATADIR}/servers.ini:${PORTSDIR}/games/glest-data +USES= pkgconfig USE_AUTOTOOLS= automake:env autoconf:env USE_ZIP= yes USE_OPENAL= al alut |