diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-24 13:02:43 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-24 13:02:43 +0000 |
commit | 7b7743fcb703a730a44ce61e70d311995741c066 (patch) | |
tree | aca5c8a0fabb834dd6ab746d3efad32fa3bfb975 /games/lincity-ng | |
parent | 1a4ae1399aa6303b72e77655e0c3eed9a2d411ad (diff) | |
download | ports-7b7743fcb703a730a44ce61e70d311995741c066.tar.gz ports-7b7743fcb703a730a44ce61e70d311995741c066.zip |
Notes
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+ |