diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
commit | daffe00d4a57c0ef6a21947a8121b8d233d8d3a5 (patch) | |
tree | 713942325bda393305edb21d46cd7f38d213aebc /games/zaz | |
parent | 51498efaebaad1106dcf0d3f70c8feaa14c411ee (diff) | |
download | ports-daffe00d4a57c0ef6a21947a8121b8d233d8d3a5.tar.gz ports-daffe00d4a57c0ef6a21947a8121b8d233d8d3a5.zip |
Notes
Diffstat (limited to 'games/zaz')
-rw-r--r-- | games/zaz/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/zaz/Makefile b/games/zaz/Makefile index 61693d1798cf..1df32a2521ec 100644 --- a/games/zaz/Makefile +++ b/games/zaz/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= amdmi3@FreeBSD.org COMMENT= A puzzle game where the player has to arrange balls in triplets -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - theora.0:${PORTSDIR}/multimedia/libtheora \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - ftgl.2:${PORTSDIR}/graphics/ftgl +LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ + theora:${PORTSDIR}/multimedia/libtheora \ + vorbis:${PORTSDIR}/audio/libvorbis \ + ftgl:${PORTSDIR}/graphics/ftgl USE_BZIP2= yes GNU_CONFIGURE= yes |