From 15b0d9960402fcc5b6e4c8b65386e15a7e56515f Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 23 Sep 1995 20:10:42 +0000 Subject: This port EXEC_DEPENDS on unzip. --- games/xpacman/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/xpacman/Makefile') diff --git a/games/xpacman/Makefile b/games/xpacman/Makefile index a5a3722c49ab..d383576e32c3 100644 --- a/games/xpacman/Makefile +++ b/games/xpacman/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Aug 1995 # Whom: joerg # -# $Id: Makefile,v 1.1.1.1 1995/08/19 20:42:45 joerg Exp $ +# $Id: Makefile,v 1.2 1995/08/21 09:52:09 asami Exp $ # DISTNAME= pacman10 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .zip MAINTAINER= joerg@FreeBSD.org -EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip NO_WRKSUBDIR= Does not unpack into subdir. EXTRACT_CMD= unzip -- cgit