pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/xdoom Needs tar as tool. Use tools framework for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f11175b77cc
branches:  trunk
changeset: 518401:1f11175b77cc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 08 07:49:36 2006 +0000

description:
Needs tar as tool. Use tools framework for unzip as well, instead of
manual build dependency.

diffstat:

 games/xdoom/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 76831588725a -r 1f11175b77cc games/xdoom/Makefile
--- a/games/xdoom/Makefile      Fri Sep 08 07:47:43 2006 +0000
+++ b/games/xdoom/Makefile      Fri Sep 08 07:49:36 2006 +0000
@@ -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 @@
 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 @@
 
 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"



Home | Main Index | Thread Index | Old Index