diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 19:55:48 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 19:55:48 +0000 |
commit | cc33170943fa61617b8f7e5b3db1b43320de5379 (patch) | |
tree | 75e8ab6c627957618692c95d7dad6a3f1adee9d9 /games/phlipple | |
parent | 710bc4835ca10e614f678c9ada13dd8c16981f7a (diff) | |
download | FreeBSD-ports-cc33170943fa61617b8f7e5b3db1b43320de5379.zip FreeBSD-ports-cc33170943fa61617b8f7e5b3db1b43320de5379.tar.gz |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games/phlipple')
-rw-r--r-- | games/phlipple/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/phlipple/Makefile b/games/phlipple/Makefile index 7516366..982861c 100644 --- a/games/phlipple/Makefile +++ b/games/phlipple/Makefile @@ -14,6 +14,7 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \ GLEW:${PORTSDIR}/graphics/glew GNU_CONFIGURE= yes +USES= pkgconfig USE_SDL= sdl mixer image USE_GL= gl glu |