diff options
author | joerg <joerg@FreeBSD.org> | 1995-09-24 04:10:42 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-09-24 04:10:42 +0800 |
commit | 15b0d9960402fcc5b6e4c8b65386e15a7e56515f (patch) | |
tree | d0512b279e519911faad9c74689599ee8057262c /games | |
parent | e465d39332a6ad1d720d29d4cd407738c240bd23 (diff) | |
download | freebsd-ports-gnome-15b0d9960402fcc5b6e4c8b65386e15a7e56515f.tar.gz freebsd-ports-gnome-15b0d9960402fcc5b6e4c8b65386e15a7e56515f.tar.zst freebsd-ports-gnome-15b0d9960402fcc5b6e4c8b65386e15a7e56515f.zip |
This port EXEC_DEPENDS on unzip.
Diffstat (limited to 'games')
-rw-r--r-- | games/xpacman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |