diff options
Diffstat (limited to 'games/opensonic/Makefile')
-rw-r--r-- | games/opensonic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/opensonic/Makefile b/games/opensonic/Makefile index cfa63f17b97b..5e3621e32950 100644 --- a/games/opensonic/Makefile +++ b/games/opensonic/Makefile @@ -7,7 +7,7 @@ PORTNAME= opensonic PORTVERSION= 0.1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/opensnc/Open%20Sonic/${PORTVERSION} DISTNAME= opensnc-src${PORTVERSION} @@ -32,7 +32,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.7:${PORTSDIR}/audio/libogg \ + ogg:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis .include <bsd.port.pre.mk> |