diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 04:43:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 04:43:35 +0800 |
commit | 09497873e34cdfa211ef5bd90ed8dd4b5c254698 (patch) | |
tree | 352b24aafcac5114d29f1fb3375294074bdea7f2 /games/diameter | |
parent | 0af0dffbd3bcf138032e22740d4f08680bb16bb2 (diff) | |
download | freebsd-ports-gnome-09497873e34cdfa211ef5bd90ed8dd4b5c254698.tar.gz freebsd-ports-gnome-09497873e34cdfa211ef5bd90ed8dd4b5c254698.tar.zst freebsd-ports-gnome-09497873e34cdfa211ef5bd90ed8dd4b5c254698.zip |
- Fix setting RUN_DEPENDS so gmake won't get into those
- Bump PORTREVISION
PR: 121894
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'games/diameter')
-rw-r--r-- | games/diameter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/diameter/Makefile b/games/diameter/Makefile index 24425e196971..a5e703901b23 100644 --- a/games/diameter/Makefile +++ b/games/diameter/Makefile @@ -7,7 +7,7 @@ PORTNAME= diameter PORTVERSION= 0.4.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF MASTER_SITE_SUBDIR= gamediameter @@ -16,7 +16,7 @@ MAINTAINER= amdmi3@amdmi3.ru COMMENT= Arcade-style game with elements of economy and adventure BUILD_DEPENDS= guichan>=0.7.1:${PORTSDIR}/devel/guichan -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes GNU_CONFIGURE= yes |