diff options
author | jlam <jlam> | 2004-01-05 11:28:07 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-05 11:28:07 +0000 |
commit | 30b39faca823825b2ec82513aa507130d188a5c7 (patch) | |
tree | 9ecaf9e93cca00dc142e8a14112e6c947b91be5c /pkgtools/digest | |
parent | aa01a81cd7755ef18d14fea94d347dbdd3b28d6b (diff) | |
download | pkgsrc-30b39faca823825b2ec82513aa507130d188a5c7.tar.gz |
bl3ify
Diffstat (limited to 'pkgtools/digest')
-rw-r--r-- | pkgtools/digest/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index 5b9c95b1f9e..581b2894203 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2003/07/17 22:52:13 grant Exp $ +# $NetBSD: Makefile,v 1.38 2004/01/05 11:32:40 jlam Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -12,8 +12,9 @@ MAINTAINER= agc@NetBSD.org HOMEPAGE= http://www.NetBSD.org/Documentation/software/packages.html COMMENT= Message digest wrapper utility -USE_BUILDLINK2= # defined +PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_BUILDLINK3= # defined GNU_CONFIGURE= # defined NO_PKGTOOLS_REQD_CHECK= # defined |