From ae1f732e46b6b5e4dea92c1021304b36a3f2c267 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 20 Mar 2008 20:43:35 +0000 Subject: [PATCH] - Fix setting RUN_DEPENDS so gmake won't get into those - Bump PORTREVISION PR: 121894 Submitted by: Dmitry Marakasov (maintainer) --- games/diameter/Makefile | 4 ++-- 1 file 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