diff options
author | sylvio <sylvio@FreeBSD.org> | 2009-11-21 06:32:45 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2009-11-21 06:32:45 +0800 |
commit | 1ca0880390129981b947ac9dfa36232d7031a8b1 (patch) | |
tree | 9f5c75efe7dd5e7d69c62d25616d4af5325ee52f /games | |
parent | e8153381a347ab86c02d58ef834ca91c2d33e683 (diff) | |
download | freebsd-ports-gnome-1ca0880390129981b947ac9dfa36232d7031a8b1.tar.gz freebsd-ports-gnome-1ca0880390129981b947ac9dfa36232d7031a8b1.tar.zst freebsd-ports-gnome-1ca0880390129981b947ac9dfa36232d7031a8b1.zip |
- Add in run dep of games/abuse to abuse_sdl.
PR: ports/140503
Submitted by: maintainer
Approved by: miwi (mentor)
Diffstat (limited to 'games')
-rw-r--r-- | games/abuse_sdl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/abuse_sdl/Makefile b/games/abuse_sdl/Makefile index 5a362a3b5eca..c952394e5bfa 100644 --- a/games/abuse_sdl/Makefile +++ b/games/abuse_sdl/Makefile @@ -17,6 +17,10 @@ DISTNAME= abuse-${PORTVERSION} 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_DEPENS= abuse:${PORTSDIR}/games/abuse + USE_GL= gl USE_SDL= sdl USE_GMAKE= yes |