summaryrefslogtreecommitdiff
path: root/games/nethack-lib/Makefile.common
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/nethack-lib/Makefile.common
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/nethack-lib/Makefile.common')
-rw-r--r--games/nethack-lib/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nethack-lib/Makefile.common b/games/nethack-lib/Makefile.common
index 2aa821182d6..aef614ec7bc 100644
--- a/games/nethack-lib/Makefile.common
+++ b/games/nethack-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2004/09/01 19:08:06 reed Exp $
+# $NetBSD: Makefile.common,v 1.18 2005/05/15 22:02:27 jlam Exp $
#
NETHACK_BASEVER= 3.4.3
@@ -17,6 +17,7 @@ HOMEPAGE= http://www.nethack.org/
WRKSRC= ${WRKDIR}/nethack-${NETHACK_BASEVER}
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./sys/unix/setup.sh
+USE_TOOLS+= gzip
.include "../../mk/bsd.prefs.mk"