diff options
author | oliver <oliver@FreeBSD.org> | 2009-04-04 20:05:22 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2009-04-04 20:05:22 +0800 |
commit | bab5c8df021c75954713530f66fd07adc2ee5c4e (patch) | |
tree | 2d40c62eb3af1222620acbffb71613961cd8a642 /games/warzone2100 | |
parent | 25c65b15fe9994c6bdcc249a0e1381aa61b9a4de (diff) | |
download | freebsd-ports-gnome-bab5c8df021c75954713530f66fd07adc2ee5c4e.tar.gz freebsd-ports-gnome-bab5c8df021c75954713530f66fd07adc2ee5c4e.tar.zst freebsd-ports-gnome-bab5c8df021c75954713530f66fd07adc2ee5c4e.zip |
update devel/physfs to 2.0.0
bump PORTREVISION on the affected ports
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 b682f7cc16f2..916661fdd0a5 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -7,7 +7,7 @@ PORTNAME= warzone2100 PORTVERSION= 2.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://download.gna.org/warzone/releases/2.0/ @@ -20,7 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ mad.2:${PORTSDIR}/audio/libmad \ ogg.5:${PORTSDIR}/audio/libogg \ openal.0:${PORTSDIR}/audio/openal \ - physfs-1.0.1:${PORTSDIR}/devel/physfs \ + physfs.1:${PORTSDIR}/devel/physfs \ png.5:${PORTSDIR}/graphics/png \ vorbis.4:${PORTSDIR}/audio/libvorbis |