diff options
author | oliver <oliver@FreeBSD.org> | 2005-07-24 21:02:43 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-07-24 21:02:43 +0800 |
commit | ad7b7ab76d3deb8d23bb40775c225a06e3047c05 (patch) | |
tree | 3c9e6cfec7d4a0f5dfa5b699576c99875087a91e /games/netpanzer | |
parent | e45c84bcd939f3f4dc0f7bafff121fcb358eb0d7 (diff) | |
download | freebsd-ports-gnome-ad7b7ab76d3deb8d23bb40775c225a06e3047c05.tar.gz freebsd-ports-gnome-ad7b7ab76d3deb8d23bb40775c225a06e3047c05.tar.zst freebsd-ports-gnome-ad7b7ab76d3deb8d23bb40775c225a06e3047c05.zip |
update physfs to 1.0.1
adjust LIB_DEPENDS from all affected ports and bump PORTREVISION there
Diffstat (limited to 'games/netpanzer')
-rw-r--r-- | games/netpanzer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/netpanzer/Makefile b/games/netpanzer/Makefile index c35e2a9ae032..9ef60bf4da15 100644 --- a/games/netpanzer/Makefile +++ b/games/netpanzer/Makefile @@ -7,13 +7,14 @@ PORTNAME= netpanzer PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.berlios.de/netpanzer/ MAINTAINER= mad@madpilot.net COMMENT= Real time, isometric view, tank multiplayer strategy game -LIB_DEPENDS= physfs-1.0.0:${PORTSDIR}/devel/physfs +LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam RUN_DEPENDS= ${X11BASE}/share/netpanzer/wads/netp.act:${PORTSDIR}/games/netpanzer-data |