summaryrefslogtreecommitdiff
path: root/games/xdoom/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-15 22:02:26 +0000
committerjlam <jlam>2005-05-15 22:02:26 +0000
commite4a9395df72a83e1869c8f444d2d9cc8ea84727a (patch)
tree1aa735e6251ac272d7198f63944989a6aed07e6c /games/xdoom/Makefile
parent43245fd91f4254cd86f93064f1318da3c10e189d (diff)
downloadpkgsrc-e4a9395df72a83e1869c8f444d2d9cc8ea84727a.tar.gz
Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools framework.
Diffstat (limited to 'games/xdoom/Makefile')
-rw-r--r--games/xdoom/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile
index ecdfd2f9bc0..33183643339 100644
--- a/games/xdoom/Makefile
+++ b/games/xdoom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/04/11 21:45:58 tv Exp $
+# $NetBSD: Makefile,v 1.26 2005/05/15 22:02:27 jlam Exp $
DISTNAME= linuxdoom-1.10
PKGNAME= xdoom-1.10
@@ -23,6 +23,8 @@ USE_X11BASE= yes
USE_GNU_TOOLS+= make
MAKE_ENV+= X11BASE=${X11BASE} INSTALL_PREFIX=${X11PREFIX}
+PKGSRC_USE_TOOLS+= gunzip
+
.include "../../mk/bsd.prefs.mk"
.ifdef ${OPSYS} == "Linux"