pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/digest USE_BUILDLINK3 must be "yes" or "no", ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/387ca667c706
branches:  trunk
changeset: 471225:387ca667c706
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Mar 22 06:07:46 2004 +0000

description:
USE_BUILDLINK3 must be "yes" or "no", not just defined/undefined.

diffstat:

 pkgtools/digest/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c3a8c8c135e7 -r 387ca667c706 pkgtools/digest/Makefile
--- a/pkgtools/digest/Makefile  Mon Mar 22 04:09:51 2004 +0000
+++ b/pkgtools/digest/Makefile  Mon Mar 22 06:07:46 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2004/03/13 21:00:19 jlam Exp $
+# $NetBSD: Makefile,v 1.42 2004/03/22 06:07:46 jlam Exp $
 #
 # When adding new digest algorithms, please use rmd160 as the template,
 # and bump the VERSION definition.
@@ -14,7 +14,7 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-USE_BUILDLINK3=                # defined
+USE_BUILDLINK3=                yes
 GNU_CONFIGURE=         # defined
 
 NO_PKGTOOLS_REQD_CHECK=        # defined



Home | Main Index | Thread Index | Old Index