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 | 36622d0b33a11a3ab01c877cdbf4d49a98c81cc4 (patch) | |
tree | 040f423985e14bbbbb1c6139c84d51b66dcd951d /mk/platform | |
parent | 1384db189c3143dbf01cca42059e177fb5179046 (diff) | |
download | pkgsrc-36622d0b33a11a3ab01c877cdbf4d49a98c81cc4.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 |