diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-12-24 07:55:15 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-12-24 07:55:15 +0000 |
commit | 4ccf97627b8ec7672e3f58e8c80e10fc0c7f1777 (patch) | |
tree | 50c4ccccb45908c1669286b436c46344458e2698 | |
parent | 687dc0aa1df8ef830ab64be68218c8933c505c92 (diff) | |
download | pkgsrc-4ccf97627b8ec7672e3f58e8c80e10fc0c7f1777.tar.gz |
USE_BUILDLINK2 after all. It works, so why not?
-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 |