summaryrefslogtreecommitdiff
path: root/pkgtools/digest
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-18 23:06:41 +0000
committerjlam <jlam>2006-07-18 23:06:41 +0000
commit637a5a0a7e3d1be352e72de07672a6e33a74255c (patch)
tree315b97e6900583d49b53ed313c3585f491a36c5d /pkgtools/digest
parentd0f951043afd21e4d568eef5e1f825c8846ffbd3 (diff)
downloadpkgsrc-637a5a0a7e3d1be352e72de07672a6e33a74255c.tar.gz
USE_DIGEST is no more.
Diffstat (limited to 'pkgtools/digest')
-rw-r--r--pkgtools/digest/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index b02bbdc3af7..9e5c1bf85b3 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2006/07/14 16:33:05 jlam Exp $
+# $NetBSD: Makefile,v 1.49 2006/07/18 23:06:41 jlam Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -20,10 +20,9 @@ NO_PKGTOOLS_REQD_CHECK= yes
NO_CHECKSUM= yes
NO_MTREE= yes
-# XXX Remove the following two lines after pkgsrc/bootstrap is up and
+# XXX Remove the following line after pkgsrc/bootstrap is up and
# XXX running.
USE_NATIVE_GCC= yes
-USE_DIGEST= no
.include "../../mk/bsd.prefs.mk"