diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-07 18:06:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-07 18:06:21 +0000 |
commit | 7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2 (patch) | |
tree | bb20d833a1ff34c0021ac76809be82d6f1169bb1 /games/zaz | |
parent | e866ea4c99109feee1f5492da3ea97a3ad2544ca (diff) | |
download | ports-7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2.tar.gz ports-7746b4c6fb3ef37fefbb68efdaf2630e98ded3c2.zip |
Notes
Diffstat (limited to 'games/zaz')
-rw-r--r-- | games/zaz/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/zaz/Makefile b/games/zaz/Makefile index 6c849ef718d1..8a7e1a9f4eac 100644 --- a/games/zaz/Makefile +++ b/games/zaz/Makefile @@ -15,9 +15,8 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libftgl.so:${PORTSDIR}/graphics/ftgl -USE_BZIP2= yes +USES= tar:bzip2 pkgconfig GNU_CONFIGURE= yes -USES= pkgconfig USE_SDL= sdl image USE_GL= gl glu |