summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 21:55:32 +0000
committerrillig <rillig>2005-09-28 21:55:32 +0000
commite97107a757200e2cdaf63727be60a036aee02a98 (patch)
tree15f6a6923bfc438354a3d2ae29d9d8b8d194db9c /pkgtools
parent36023fc1ef1cb0a053860c4e752a4f0e3968c911 (diff)
downloadpkgsrc-e97107a757200e2cdaf63727be60a036aee02a98.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'pkgtools')
-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