diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-07-12 23:01:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-07-12 23:01:45 +0800 |
commit | 816503d0c5051e291b1c9d153597bec2c0d90e3e (patch) | |
tree | 713942325bda393305edb21d46cd7f38d213aebc /games/zaz | |
parent | 422d267e1126322ee1278071a404f04be2383f95 (diff) | |
download | freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.tar.gz freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.tar.zst freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.zip |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
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 |