diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-28 20:24:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-28 20:24:44 +0800 |
commit | 207fec4a7add5c510d116ade60bfc1f8723fca2c (patch) | |
tree | cf09ede46fe367dc06a633d7254db9d44d109e9d /games | |
parent | b5d0e2999f8bde73b30a3c996b76a123802992fc (diff) | |
download | freebsd-ports-graphics-207fec4a7add5c510d116ade60bfc1f8723fca2c.tar.gz freebsd-ports-graphics-207fec4a7add5c510d116ade60bfc1f8723fca2c.tar.zst freebsd-ports-graphics-207fec4a7add5c510d116ade60bfc1f8723fca2c.zip |
- Chase devel/guichan shalib version bump
Diffstat (limited to 'games')
-rw-r--r-- | games/diameter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/diameter/Makefile b/games/diameter/Makefile index 2566af59c31..c4c1e85d99d 100644 --- a/games/diameter/Makefile +++ b/games/diameter/Makefile @@ -7,6 +7,7 @@ PORTNAME= diameter PORTVERSION= 0.4.0.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF MASTER_SITE_SUBDIR= gamediameter @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= gamediameter MAINTAINER= amdmi3@amdmi3.ru COMMENT= Arcade-style game with elements of economy and adventure -BUILD_DEPENDS= guichan>=0.6.1:${PORTSDIR}/devel/guichan +BUILD_DEPENDS= guichan>=0.7.1:${PORTSDIR}/devel/guichan RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= yes |