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/megaglest | |
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/megaglest')
-rw-r--r-- | games/megaglest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/megaglest/Makefile b/games/megaglest/Makefile index e60f8ce93d8f..21e6f41d0de8 100644 --- a/games/megaglest/Makefile +++ b/games/megaglest/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${DATADIR}/tutorials/2_basic_tutorial/2_basic_tutorial.xml:${PORTSD SUB_FILES= pkg-message USE_XZ= yes -USES= cmake +USES= cmake pkgconfig USE_DOS2UNIX= yes USE_GL= glew gl glu USE_LUA= 5.1 |