From 0e8a7d4ab554a7368e683626cbc0e8b065fc8104 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 19 Nov 1996 02:39:16 +0000 Subject: 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.) --- games/quakeserver/Makefile | 4 ++-- 1 file 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 \ -- cgit v1.2.3