summaryrefslogtreecommitdiff
path: root/games/quakeserver/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-19 02:39:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-19 02:39:16 +0000
commit0e8a7d4ab554a7368e683626cbc0e8b065fc8104 (patch)
treeb7f984559780ce569d18b25bf79a94dc94645e00 /games/quakeserver/Makefile
parentIt's 660 lines, give or take a few, (diff)
unzip and lha should be BUILD_DEPENDS not FETCH_DEPENDS. (Note that
BUILD_DEPENDS is actually checked from within the extract target, and thus covers everything from extract to build.)
Notes
Notes: svn path=/head/; revision=4582
Diffstat (limited to 'games/quakeserver/Makefile')
-rw-r--r--games/quakeserver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quakeserver/Makefile b/games/quakeserver/Makefile
index 38af61f622a0..4185be8d5e38 100644
--- a/games/quakeserver/Makefile
+++ b/games/quakeserver/Makefile
@@ -3,7 +3,7 @@
# Date created: October 26th 1996
# Whom: jfitz@FreeBSD.ORG
#
-# $Id: Makefile,v 1.3 1996/10/30 16:22:51 jfitz Exp $
+# $Id: Makefile,v 1.4 1996/11/18 11:24:56 asami Exp $
#
PKGNAME= quakeserver-1.01
@@ -24,7 +24,7 @@ DISTFILES= quake101.zip \
MAINTAINER= jfitz@freebsd.org
-FETCH_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \
+BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \
lha:${PORTSDIR}/archivers/lha
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect \