diff options
author | naddy <naddy@FreeBSD.org> | 2009-07-07 05:25:59 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-07-07 05:25:59 +0800 |
commit | f6e979784bf8780b8574799132f3ff80a7ecc4a9 (patch) | |
tree | 7ee4aff47bae455bf0925c39c902355885945dda /games/warzone2100 | |
parent | 5a8a2d88c77fe1ce7b74e234ace9ac56bafefc05 (diff) | |
download | freebsd-ports-gnome-f6e979784bf8780b8574799132f3ff80a7ecc4a9.tar.gz freebsd-ports-gnome-f6e979784bf8780b8574799132f3ff80a7ecc4a9.tar.zst freebsd-ports-gnome-f6e979784bf8780b8574799132f3ff80a7ecc4a9.zip |
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Diffstat (limited to 'games/warzone2100')
-rw-r--r-- | games/warzone2100/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 916661fdd0a5..f4dba8c276ce 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -7,7 +7,7 @@ PORTNAME= warzone2100 PORTVERSION= 2.0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://download.gna.org/warzone/releases/2.0/ @@ -18,7 +18,7 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ mad.2:${PORTSDIR}/audio/libmad \ - ogg.5:${PORTSDIR}/audio/libogg \ + ogg.6:${PORTSDIR}/audio/libogg \ openal.0:${PORTSDIR}/audio/openal \ physfs.1:${PORTSDIR}/devel/physfs \ png.5:${PORTSDIR}/graphics/png \ |