diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-19 02:39:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-19 02:39:16 +0000 |
commit | 0e8a7d4ab554a7368e683626cbc0e8b065fc8104 (patch) | |
tree | b7f984559780ce569d18b25bf79a94dc94645e00 /games/quakeserver | |
parent | 42c5f299c145baf7697e83de1d8049f7a3a43286 (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')
-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 \ |