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/lincity-ng | |
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/lincity-ng')
-rw-r--r-- | games/lincity-ng/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile index c76356542655..88d72aa85f21 100644 --- a/games/lincity-ng/Makefile +++ b/games/lincity-ng/Makefile @@ -7,6 +7,7 @@ PORTNAME= lincity-ng PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.berlios.de/lincity-ng/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= az@inec.ru COMMENT= Improved rich city simulation game for X BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam -LIB_DEPENDS= physfs-1.0.0:${PORTSDIR}/devel/physfs +LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs USE_BZIP2= yes USE_GCC= 3.2+ |