Date: Thu, 12 Nov 2009 11:25:01 GMT From: Chris Petrik <chris@officialunix.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/140503: [PATCH] fix dep for abuse_sdl Message-ID: <200911121125.nACBP1U7075414@www.freebsd.org> Resent-Message-ID: <200911121130.nACBU1AN036451@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140503 >Category: ports >Synopsis: [PATCH] fix dep for abuse_sdl >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 12 11:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: FreeBSD 8.0 RC3 >Organization: Officialunix >Environment: FreeBSD 8 >Description: Abuse adds in the dep of abuse_sdl, but if the user installs just abuse_sdl the game will fail due to lack of game data. * Add in Run dep of games/abuse to abuse_sdl. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: abuse_sdl/Makefile =================================================================== RCS file: /usr/ncvs/ports/games/abuse_sdl/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- abuse_sdl/Makefile 5 Nov 2009 18:52:25 -0000 1.21 +++ abuse_sdl/Makefile 12 Nov 2009 11:19:49 -0000 @@ -17,6 +17,10 @@ MAINTAINER= chris@officialunix.com COMMENT= An SDL port of the Abuse game engine +#Add in the oposite, request games/abuse if being installed directly +#Instead of games/abuse +RUN_DEPENDS= abuse:${PORTSDIR}/games/abuse + USE_GL= gl USE_SDL= sdl USE_GMAKE= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911121125.nACBP1U7075414>