aboutsummaryrefslogtreecommitdiff
path: root/games/stepmania-devel/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2012-07-19 20:15:37 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2012-07-19 20:15:37 +0000
commitbcd6fbdee45e041ea8aa3b61e3e3af41d37fbf42 (patch)
treedfdcc45398e5afa60b24a37939251e643224e22f /games/stepmania-devel/Makefile
parentb12b0c850f4a39b5206a866dea9bb2d538cf95b5 (diff)
downloadports-bcd6fbdee45e041ea8aa3b61e3e3af41d37fbf42.tar.gz
ports-bcd6fbdee45e041ea8aa3b61e3e3af41d37fbf42.zip
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Notes
Notes: svn path=/head/; revision=301188
Diffstat (limited to 'games/stepmania-devel/Makefile')
-rw-r--r--games/stepmania-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/stepmania-devel/Makefile b/games/stepmania-devel/Makefile
index 4e82826cd549..76a7d0da2d07 100644
--- a/games/stepmania-devel/Makefile
+++ b/games/stepmania-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= stepmania
PORTVERSION= 20071121
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/OldFiles
PKGNAMESUFFIX= -devel
@@ -43,7 +43,7 @@ OPTIONS= VORBIS "Enable Ogg Vorbis support" on \
.if defined(WITH_VORBIS)
LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis \
- ogg.7:${PORTSDIR}/audio/libogg
+ ogg:${PORTSDIR}/audio/libogg
.else
CONFIGURE_ARGS+=--without-vorbis
.endif