diff options
author | naddy <naddy@FreeBSD.org> | 2012-07-20 04:15:37 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2012-07-20 04:15:37 +0800 |
commit | c3db8f9750b02e48974982bd8660370d43b6dbe0 (patch) | |
tree | dfdcc45398e5afa60b24a37939251e643224e22f /games/allacrost | |
parent | edbf6bb176c2ec0597ca4dfbb5307c48f80e7e22 (diff) | |
download | freebsd-ports-gnome-c3db8f9750b02e48974982bd8660370d43b6dbe0.tar.gz freebsd-ports-gnome-c3db8f9750b02e48974982bd8660370d43b6dbe0.tar.zst freebsd-ports-gnome-c3db8f9750b02e48974982bd8660370d43b6dbe0.zip |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Diffstat (limited to 'games/allacrost')
-rw-r--r-- | games/allacrost/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile index 0dda1093fbce..e85a8ff2c523 100644 --- a/games/allacrost/Makefile +++ b/games/allacrost/Makefile @@ -7,7 +7,7 @@ PORTNAME= allacrost PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-demo/${PORTVERSION} DISTNAME= ${PORTNAME}_demo_source_${PORTVERSION} @@ -17,7 +17,7 @@ COMMENT= A single player 2D role-playing game LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ - ogg.7:${PORTSDIR}/audio/libogg \ + ogg:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis \ boost_thread.4:${PORTSDIR}/devel/boost-libs |