From c4a6bd112c770e3697d1dde38c7f5e3d7a49ab43 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 5 Apr 2004 22:32:19 +0000 Subject: unzip and lha are EXTRACT_DEPENDS, not BUILD_DEPENDS --- games/quakeserver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/quakeserver/Makefile b/games/quakeserver/Makefile index f888ca87f7d4..916e9be56a66 100644 --- a/games/quakeserver/Makefile +++ b/games/quakeserver/Makefile @@ -16,7 +16,7 @@ DISTFILES= unixded-${PORTVERSION}-i386-unknown-bsdi3.0.tar.gz \ MAINTAINER= ports@FreeBSD.org COMMENT= A server to host Quake network games under FreeBSD -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ +EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip \ lha:${PORTSDIR}/archivers/lha NO_WRKSUBDIR= YES -- cgit