diff options
Diffstat (limited to 'games/spring')
-rw-r--r-- | games/spring/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/spring/Makefile b/games/spring/Makefile index 390a6066033c..0a6794329a48 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -7,7 +7,7 @@ PORTNAME= spring PORTVERSION= 0.82.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/springrts/springrts/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_src @@ -18,7 +18,7 @@ COMMENT= A project aiming to create a new and versatile RTS Engine LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ IL.2:${PORTSDIR}/graphics/devil \ - ogg.7:${PORTSDIR}/audio/libogg \ + ogg:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis \ execinfo.1:${PORTSDIR}/devel/libexecinfo BUILD_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip |