diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-04-04 12:05:22 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-04-04 12:05:22 +0000 |
commit | 8fed2698e159437710829d9279105e2d09a5f6a9 (patch) | |
tree | 901fc4f9a048ed3fed08740b96a7cd572bc74c5c /games/lincity-ng/Makefile | |
parent | 532c41471e2b914c47719f42f26ccf73f66e4e25 (diff) | |
download | ports-8fed2698e159437710829d9279105e2d09a5f6a9.tar.gz ports-8fed2698e159437710829d9279105e2d09a5f6a9.zip |
update devel/physfs to 2.0.0
bump PORTREVISION on the affected ports
Notes
Notes:
svn path=/head/; revision=231579
Diffstat (limited to 'games/lincity-ng/Makefile')
-rw-r--r-- | games/lincity-ng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile index 8e33d71eb4d1..db907da91baf 100644 --- a/games/lincity-ng/Makefile +++ b/games/lincity-ng/Makefile @@ -7,7 +7,7 @@ PORTNAME= lincity-ng PORTVERSION= 1.1.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= az@FreeBSD.org COMMENT= Improved rich city simulation game for X BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam -LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs +LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs USE_BZIP2= yes USE_SDL= sdl mixer image ttf gfx |