diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 19:55:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 19:55:48 +0000 |
commit | 0e4c70bcc8fcdb0403d753f8ca387c8e78a47db3 (patch) | |
tree | 75e8ab6c627957618692c95d7dad6a3f1adee9d9 /games/zaz | |
parent | - Convert to the new perl5 framework (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326070
Diffstat (limited to 'games/zaz')
-rw-r--r-- | games/zaz/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/zaz/Makefile b/games/zaz/Makefile index 245ef9dcb19e..542b4ef6fc63 100644 --- a/games/zaz/Makefile +++ b/games/zaz/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pkgconfig USE_SDL= sdl image USE_GL= gl glu |