summaryrefslogtreecommitdiff
path: root/pkgtools/digest
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-09-28 21:55:32 +0000
committerrillig <rillig@pkgsrc.org>2005-09-28 21:55:32 +0000
commit76d2a550ec23fb4a869427c1e14bb85389d0029e (patch)
tree15f6a6923bfc438354a3d2ae29d9d8b8d194db9c /pkgtools/digest
parent2963949fa8943302481bc5ef0c8b50413c86a900 (diff)
downloadpkgsrc-76d2a550ec23fb4a869427c1e14bb85389d0029e.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'pkgtools/digest')
-rw-r--r--pkgtools/digest/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index 8a0003f52da..edae197cf84 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2005/04/11 21:47:05 tv Exp $
+# $NetBSD: Makefile,v 1.47 2005/09/28 21:55:32 rillig Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -16,7 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
-NO_PKGTOOLS_REQD_CHECK= # defined
+NO_PKGTOOLS_REQD_CHECK= yes
NO_CHECKSUM= yes
# XXX Remove the following two lines after pkgsrc/bootstrap is up and