diff options
author | grant <grant@pkgsrc.org> | 2004-03-28 02:26:42 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-28 02:26:42 +0000 |
commit | ffb54db2709f8ad9b9d3a77f0257aa3e63baa512 (patch) | |
tree | 90b72eab6545337b822f1cc02a31696d8ff15bae /pkgtools | |
parent | 2183394f243b47893da643681a21da45677b66f8 (diff) | |
download | pkgsrc-ffb54db2709f8ad9b9d3a77f0257aa3e63baa512.tar.gz |
remove NO_TOOLS. we need the tools stuff to have the .sunpro/.gcc
links created so the compiler can be found.
fixes build problem in sketch's bulk build.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/libnbcompat/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/pkgtools/libnbcompat/Makefile b/pkgtools/libnbcompat/Makefile index 2f755165b9d..1cf618c6b1b 100644 --- a/pkgtools/libnbcompat/Makefile +++ b/pkgtools/libnbcompat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/03/21 01:46:02 grant Exp $ +# $NetBSD: Makefile,v 1.33 2004/03/28 02:26:42 grant Exp $ # DISTNAME= libnbcompat-20040321 @@ -10,7 +10,6 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Portable NetBSD compatibility library -NO_TOOLS= # defined NO_BUILDLINK= # defined NO_PKGTOOLS_REQD_CHECK= # defined NO_CHECKSUM= # defined diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index e84302de3ca..31f7e9bb9e3 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2004/03/13 21:00:19 jlam Exp $ +# $NetBSD: Makefile,v 1.98 2004/03/28 02:26:42 grant Exp $ # Notes to package maintainers: # @@ -30,7 +30,6 @@ NO_CHECKSUM= # defined NO_MTREE= # defined NO_PKG_REGISTER= # defined NO_PACKAGE= Deinstallation is not permitted -NO_TOOLS= # defined PKG_PRESERVE= # defined # These are needed to solve a chicken-and-egg problem where pkgsrc uses |