diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-15 22:02:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-15 22:02:26 +0000 |
commit | 9f9288f542da250b3c4580320056f83ecd94fb45 (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /net/lambdamoo-core | |
parent | 8b5ccb074541abb27ca7965ec31af65aa83fc970 (diff) | |
download | pkgsrc-9f9288f542da250b3c4580320056f83ecd94fb45.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 'net/lambdamoo-core')
-rw-r--r-- | net/lambdamoo-core/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/lambdamoo-core/Makefile b/net/lambdamoo-core/Makefile index 1dcbde58f66..1e63f4ce9ac 100644 --- a/net/lambdamoo-core/Makefile +++ b/net/lambdamoo-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:22:19 agc Exp $ +# $NetBSD: Makefile,v 1.7 2005/05/15 22:02:28 jlam Exp $ DISTNAME= LambdaCore-12Apr99.db PKGNAME= lambdamoo-core-990412 @@ -11,7 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.ccs.neu.edu/home/eostrom/muds/lambdamoo.html COMMENT= Generic core classes for lambdamoo -EXTRACT_CMD= : +EXTRACT_CMD= : +PKGSRC_USE_TOOLS+= gunzip WRKSRC= ${WRKDIR} |