diff options
author | schmonz <schmonz> | 2002-12-24 07:55:15 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-12-24 07:55:15 +0000 |
commit | 56907cf8dec7669b3fe451fbbedd505f4a6fec8b (patch) | |
tree | 50c4ccccb45908c1669286b436c46344458e2698 /pkgtools/digest | |
parent | a00a2fa302c384b732d56321b76efec75ef7723f (diff) | |
download | pkgsrc-56907cf8dec7669b3fe451fbbedd505f4a6fec8b.tar.gz |
USE_BUILDLINK2 after all. It works, so why not?
Diffstat (limited to 'pkgtools/digest')
-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 a39e6930898..0a8141be320 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2002/12/21 05:05:29 schmonz Exp $ +# $NetBSD: Makefile,v 1.32 2002/12/24 07:55:15 schmonz Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -12,7 +12,7 @@ MAINTAINER= agc@netbsd.org HOMEPAGE= http://www.netbsd.org/Documentation/software/packages.html COMMENT= Message digest wrapper utility -USE_BUILDLINK2= no +USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined |