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/xonotic | |
parent | b12b0c850f4a39b5206a866dea9bb2d538cf95b5 (diff) | |
download | ports-bcd6fbdee45e041ea8aa3b61e3e3af41d37fbf42.tar.gz ports-bcd6fbdee45e041ea8aa3b61e3e3af41d37fbf42.zip |
Notes
Diffstat (limited to 'games/xonotic')
-rw-r--r-- | games/xonotic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index 5328490ca053..bed90ddc1ede 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -7,7 +7,7 @@ PORTNAME= xonotic PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://hagger.rbi.informatik.uni-frankfurt.de/xonotic/ \ http://dl.xonotic.org/ @@ -46,7 +46,7 @@ IGNORE= requires at least one of CLIENT or SERVER options LIB_DEPENDS+= modplug.1:${PORTSDIR}/audio/libmodplug \ theora.0:${PORTSDIR}/multimedia/libtheora \ vorbis.4:${PORTSDIR}/audio/libvorbis \ - ogg.7:${PORTSDIR}/audio/libogg + ogg:${PORTSDIR}/audio/libogg USE_SDL= sdl ALL_TARGET+= sdl-release BINARIES+= xonotic-sdl |