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 | 419428ec4a15d9456b030da53a2a8336034141b3 (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /emulators | |
parent | a7b48d62bcbdeab27e99fce58658275c20ccdfaf (diff) | |
download | pkgsrc-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 'emulators')
-rw-r--r-- | emulators/spim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 54ca14f0547..6eb46bdb2ca 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/03/24 21:12:54 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2005/05/15 22:02:26 jlam Exp $ DISTNAME= spim PKGNAME= spim-6.5 @@ -18,6 +18,7 @@ CONFIGURE_SCRIPT= ./Configure USE_IMAKE= yes USE_GNU_TOOLS+= lex XMKMF= ${X11BASE}/bin/xmkmf # don't specify -a option +PKGSRC_USE_TOOLS+= gzip BUILD_TARGET= y.tab.c depend spim xspim |