summaryrefslogtreecommitdiff
path: root/games/xdoom
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-09-08 07:49:36 +0000
committerjoerg <joerg@pkgsrc.org>2006-09-08 07:49:36 +0000
commited8522cd7afa0d2ec046de70bde91ac8e2781780 (patch)
tree1a823c5e20e1e3e21a3c7d60a7711fd1a99c5022 /games/xdoom
parent99c6a75137f2a796611c7b19406f583771e24dd0 (diff)
downloadpkgsrc-ed8522cd7afa0d2ec046de70bde91ac8e2781780.tar.gz
Needs tar as tool. Use tools framework for unzip as well, instead of
manual build dependency.
Diffstat (limited to 'games/xdoom')
-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"