summaryrefslogtreecommitdiff
path: root/pkgtools/digest
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-03-13 21:00:19 +0000
committerjlam <jlam@pkgsrc.org>2004-03-13 21:00:19 +0000
commitfa037f0f75ddffb31418082c463533986a8a4e80 (patch)
tree8f52cf66ad0d8393d0a0da5dc8ba291e06c84d11 /pkgtools/digest
parent9ffc47d0616000a018a1031ac4cc89e732ae0b10 (diff)
downloadpkgsrc-fa037f0f75ddffb31418082c463533986a8a4e80.tar.gz
Set USE_DIGEST=no to avoid checking and building a new digest package.
XXX This line should be removed once pkgsrc/bootstrap is up and running.
Diffstat (limited to 'pkgtools/digest')
-rw-r--r--pkgtools/digest/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index 5d1a3d6ecea..bab748a44a8 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2004/03/13 19:38:26 jlam Exp $
+# $NetBSD: Makefile,v 1.41 2004/03/13 21:00:19 jlam Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -20,10 +20,10 @@ GNU_CONFIGURE= # defined
NO_PKGTOOLS_REQD_CHECK= # defined
NO_CHECKSUM= # defined
-# XXX Remove the following line after digest-handling is changed to be
-# XXX done by BUILD_DEPENDS.
-# XXX
+# XXX Remove the following two lines after pkgsrc/bootstrap is up and
+# XXX running.
USE_NATIVE_GCC= yes
+USE_DIGEST= no
.include "../../mk/bsd.prefs.mk"