diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-09-23 20:10:42 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-09-23 20:10:42 +0000 |
commit | 77f8deeb0a64138f0cdc44e1163adf6dba274ccf (patch) | |
tree | 42cb74d42f09081e98e4fd29498930cbb1e8d68b /games/xpacman/Makefile | |
parent | Upgrade apache to 0.8.14, completely restructure port, and list myself as (diff) |
This port EXEC_DEPENDS on unzip.
Notes
Notes:
svn path=/head/; revision=2189
Diffstat (limited to 'games/xpacman/Makefile')
-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 |