diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:44:03 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:44:03 +0000 |
commit | 30587b71c295aa8390c7bfa294a89bd80cb7b8ce (patch) | |
tree | e5ec60956c799dd57754a970be6a41ed50bc7080 /games/opensonic | |
parent | 58f70f4c9436aeb8109c50813e0cc45eb0d878f9 (diff) |
Notes
Diffstat (limited to 'games/opensonic')
-rw-r--r-- | games/opensonic/Makefile | 3 |
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> |