diff options
author | asami <asami@FreeBSD.org> | 1996-11-19 10:39:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-19 10:39:16 +0800 |
commit | 1ea0cd7f8c25e3c4d33550779903edb5c0c55623 (patch) | |
tree | 74a574c5cec4a08c374e7b58a5fcfb05578ab88f /games/quakeserver/Makefile | |
parent | 6c66b4520a17822b0b0b0e542031b75d522424dc (diff) | |
download | freebsd-ports-gnome-1ea0cd7f8c25e3c4d33550779903edb5c0c55623.tar.gz freebsd-ports-gnome-1ea0cd7f8c25e3c4d33550779903edb5c0c55623.tar.zst freebsd-ports-gnome-1ea0cd7f8c25e3c4d33550779903edb5c0c55623.zip |
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.)
Diffstat (limited to 'games/quakeserver/Makefile')
-rw-r--r-- | games/quakeserver/Makefile | 4 |
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 \ |