aboutsummaryrefslogtreecommitdiff
path: root/games/diameter
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-20 20:43:35 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-20 20:43:35 +0000
commitae1f732e46b6b5e4dea92c1021304b36a3f2c267 (patch)
tree8fab9fa16097760d105535eb466213a866ee75fe /games/diameter
parent9d426f796e990a8c960c44224ecc8ce865ee4eed (diff)
downloadports-ae1f732e46b6b5e4dea92c1021304b36a3f2c267.tar.gz
ports-ae1f732e46b6b5e4dea92c1021304b36a3f2c267.zip
- Fix setting RUN_DEPENDS so gmake won't get into those
- Bump PORTREVISION PR: 121894 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=209487
Diffstat (limited to 'games/diameter')
-rw-r--r--games/diameter/Makefile4
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