diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 21:55:32 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 21:55:32 +0000 |
commit | ca92bf4cbad36f52fc454d99ef74c5f5c771b592 (patch) | |
tree | 15f6a6923bfc438354a3d2ae29d9d8b8d194db9c /pkgtools | |
parent | 24565ede4cb806da9cdda7c8ac5d0424e978a922 (diff) | |
download | pkgsrc-ca92bf4cbad36f52fc454d99ef74c5f5c771b592.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/Makefile | 4 |
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 |