diff options
author | adamw <adamw@FreeBSD.org> | 2004-04-03 22:53:46 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-04-03 22:53:46 +0000 |
commit | 0261c3e33c852c207faf026ec09effe61ba334e3 (patch) | |
tree | 7796f6c00fad4a45d673d3ff94c83ff86c18e831 /games | |
parent | 9182116d031ba2775a3968d81875bc9f088de033 (diff) | |
download | FreeBSD-ports-0261c3e33c852c207faf026ec09effe61ba334e3.zip FreeBSD-ports-0261c3e33c852c207faf026ec09effe61ba334e3.tar.gz |
Tuxracer isn't actually needed to /build/ this thing, so make it
a RUN_DEPENDS.
Diffstat (limited to 'games')
-rw-r--r-- | games/tuxracer_golf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tuxracer_golf/Makefile b/games/tuxracer_golf/Makefile index 08f4be0..d0ca0d2 100644 --- a/games/tuxracer_golf/Makefile +++ b/games/tuxracer_golf/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .gz MAINTAINER= adamw@FreeBSD.org COMMENT= A golf theme for Tux Racer -BUILD_DEPENDS= tuxracer:${PORTSDIR}/games/tuxracer +RUN_DEPENDS= tuxracer:${PORTSDIR}/games/tuxracer NO_WRKSUBDIR= yes NO_BUILD= yes |