diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2012-07-19 20:15:37 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2012-07-19 20:15:37 +0000 |
commit | bcd6fbdee45e041ea8aa3b61e3e3af41d37fbf42 (patch) | |
tree | dfdcc45398e5afa60b24a37939251e643224e22f /games/spring | |
parent | b12b0c850f4a39b5206a866dea9bb2d538cf95b5 (diff) | |
download | ports-bcd6fbdee45e041ea8aa3b61e3e3af41d37fbf42.tar.gz ports-bcd6fbdee45e041ea8aa3b61e3e3af41d37fbf42.zip |
Notes
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 |