Date: Thu, 20 Mar 2008 06:17:45 +0300 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/121894: [MAINTAINER] games/diameter: fix RUN_DEPENDS Message-ID: <20080320031745.B488B1702D@hades.panopticon> Resent-Message-ID: <200803200320.m2K3K1JQ086064@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121894 >Category: ports >Synopsis: [MAINTAINER] games/diameter: fix RUN_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Mar 20 03:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD hades.panopticon 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Fri Mar 14 14:26:43 MSK 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: Fix setting RUN_DEPENDS so gmake won't get into those >How-To-Repeat: >Fix: --- diameter.patch begins here --- diff -ruN diameter.orig/Makefile diameter/Makefile --- diameter.orig/Makefile 2008-03-20 06:16:07.000000000 +0300 +++ diameter/Makefile 2008-03-20 06:16:21.000000000 +0300 @@ -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 @@ 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 --- diameter.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080320031745.B488B1702D>