summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2006-09-08 07:49:36 +0000
committerjoerg <joerg>2006-09-08 07:49:36 +0000
commit75d3e20e14e870e011a5f06345393216e98e5b17 (patch)
tree1a823c5e20e1e3e21a3c7d60a7711fd1a99c5022 /games
parent4e90308dd4d4666577e2cce6e5bcf3c5f60879d2 (diff)
downloadpkgsrc-75d3e20e14e870e011a5f06345393216e98e5b17.tar.gz
Needs tar as tool. Use tools framework for unzip as well, instead of
manual build dependency.
Diffstat (limited to 'games')
-rw-r--r--games/xdoom/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile
index 0d2ca05c30b..7e51817ffed 100644
--- a/games/xdoom/Makefile
+++ b/games/xdoom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2006/03/09 21:04:44 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2006/09/08 07:49:36 joerg Exp $
DISTNAME= linuxdoom-1.10
PKGNAME= xdoom-1.10
@@ -12,8 +12,6 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.idsoftware.com/archives/doomarc.html
COMMENT= 3D shoot-em-up for 8-bit X11 displays
-BUILD_DEPENDS+= unzip-[0-9]*:../../archivers/unzip
-
LICENSE= xdoom-license
EXTRACT_ONLY= doomsrc.zip
@@ -21,7 +19,7 @@ EXTRACT_OPTX_ZIP= -qo
WRKSRC= ${WRKDIR}
USE_X11BASE= yes
-USE_TOOLS+= gmake gunzip
+USE_TOOLS+= gmake gunzip tar unzip
MAKE_ENV+= X11BASE=${X11BASE:Q} INSTALL_PREFIX=${PREFIX:Q}
.include "../../mk/bsd.prefs.mk"