summaryrefslogtreecommitdiff
path: root/games/nethack-lib
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-15 22:02:26 +0000
committerjlam <jlam@pkgsrc.org>2005-05-15 22:02:26 +0000
commit419428ec4a15d9456b030da53a2a8336034141b3 (patch)
tree1aa735e6251ac272d7198f63944989a6aed07e6c /games/nethack-lib
parenta7b48d62bcbdeab27e99fce58658275c20ccdfaf (diff)
downloadpkgsrc-419428ec4a15d9456b030da53a2a8336034141b3.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')
-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"