aboutsummaryrefslogtreecommitdiff
path: root/games/opensonic
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2010-06-06 20:44:03 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2010-06-06 20:44:03 +0000
commit30587b71c295aa8390c7bfa294a89bd80cb7b8ce (patch)
treee5ec60956c799dd57754a970be6a41ed50bc7080 /games/opensonic
parent58f70f4c9436aeb8109c50813e0cc45eb0d878f9 (diff)
downloadports-30587b71c295aa8390c7bfa294a89bd80cb7b8ce.tar.gz
ports-30587b71c295aa8390c7bfa294a89bd80cb7b8ce.zip
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Notes
Notes: svn path=/head/; revision=255958
Diffstat (limited to 'games/opensonic')
-rw-r--r--games/opensonic/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/opensonic/Makefile b/games/opensonic/Makefile
index 8c466357b1ab..bd46422af74c 100644
--- a/games/opensonic/Makefile
+++ b/games/opensonic/Makefile
@@ -7,6 +7,7 @@
PORTNAME= opensonic
PORTVERSION= 0.1.2
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/opensnc/Open%20Sonic/${PORTVERSION}
DISTNAME= opensnc-src${PORTVERSION}
@@ -32,7 +33,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libaldmb.a:${PORTSDIR}/audio/dumb-allegro \
RUN_DEPENDS+= ${LOCALBASE}/lib/libaldmb.a:${PORTSDIR}/audio/dumb-allegro \
alpng>=1.3:${PORTSDIR}/graphics/alpng
LIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro \
- ogg.6:${PORTSDIR}/audio/libogg \
+ ogg.7:${PORTSDIR}/audio/libogg \
vorbis.4:${PORTSDIR}/audio/libvorbis
.include <bsd.port.pre.mk>