diff options
author | tron <tron@pkgsrc.org> | 2002-09-02 08:01:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-02 08:01:19 +0000 |
commit | 904880edeb948c9c4e63acb6cdba78eb225d172a (patch) | |
tree | 82d95fe523f018a1e5bdf3a28d40faba9dd9091f /pkgtools | |
parent | 5c5e5e7d924d2c414ccfffae04592f9d3b529669 (diff) | |
download | pkgsrc-904880edeb948c9c4e63acb6cdba78eb225d172a.tar.gz |
Enabling buildlink2 for this package isn't necessary and breaks
bootstrapping on Solaris.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/digest/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index 872dd9a31a8..ea4320654bc 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2002/08/23 05:22:54 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2002/09/02 08:01:19 tron Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -14,8 +14,6 @@ COMMENT= Message digest wrapper utility VERSION= 20010807 -USE_BUILDLINK2= # defined - EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} NO_CHECKSUM= # defined |