diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2001-07-11 04:13:44 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2001-07-11 04:13:44 +0000 |
commit | cd046aa93ac48187d9218092662aeb9e3d4813cb (patch) | |
tree | 19ebc9f776e0215b3b1a4eb4890613814611ffc2 | |
parent | 05b8acf6993661a962ba5aa8b55edf7e35366042 (diff) | |
download | freebsd-ports-cd046aa93ac48187d9218092662aeb9e3d4813cb.zip |
Uncomment RUN_DEPENDS; somehow a comment character slipped in front
of it. This should unbreak package building for this port.
-rw-r--r-- | games/marathon-evil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/marathon-evil/Makefile b/games/marathon-evil/Makefile index ad3af18844d6..bc6152708f76 100644 --- a/games/marathon-evil/Makefile +++ b/games/marathon-evil/Makefile @@ -14,7 +14,7 @@ DISTNAME= MarathonEvil-3 MAINTAINER= bmah@freebsd.org -#RUN_DEPENDS= alephone:${PORTSDIR}/games/alephone +RUN_DEPENDS= alephone:${PORTSDIR}/games/alephone USE_X_PREFIX= yes NO_CDROM= Bungie/Microsoft do not allow charging for Marathon data files. |