diff options
author | tv <tv@pkgsrc.org> | 2005-10-26 16:57:46 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-26 16:57:46 +0000 |
commit | cab6bd3e082531534838a58679b91cc8fc53da95 (patch) | |
tree | 040f423985e14bbbbb1c6139c84d51b66dcd951d /mk/platform | |
parent | 29e15651e751b305c23369ba9703c6d12af2a855 (diff) | |
download | pkgsrc-cab6bd3e082531534838a58679b91cc8fc53da95.tar.gz |
...and gawk is no longer needed, either, so all these extras can now
go away.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/Interix.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index a587506eb84..e22cbdfcb1f 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.40 2005/10/26 16:56:33 tv Exp $ +# $NetBSD: Interix.mk,v 1.41 2005/10/26 16:57:46 tv Exp $ # # Variable definitions for the Interix operating system. @@ -33,9 +33,6 @@ # (main lib) 0x48000000 # zsh * -BULK_PREREQ+= converters/libiconv devel/gettext-lib pkgtools/pkg_install-info -BULK_PREREQ+= lang/gawk - # "catinstall" not yet supported as there's no shipped [gn]roff MANINSTALL= maninstall MAKE_FLAGS+= MKCATPAGES=no NOLINT=1 |