diff options
author | tron <tron@pkgsrc.org> | 2002-09-04 12:53:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-04 12:53:02 +0000 |
commit | 34f34cdbce1f5098820719f0d818200a29094728 (patch) | |
tree | c6cc9a23cb70edc71c745489b89539b3a30f6a05 /pkgtools/digest/Makefile | |
parent | 6ac8514131d5d60abef2653adc72f570190e792e (diff) | |
download | pkgsrc-34f34cdbce1f5098820719f0d818200a29094728.tar.gz |
Revert last change after buildlink2 problem was fixed by Johnny C. Lam.
Diffstat (limited to 'pkgtools/digest/Makefile')
-rw-r--r-- | pkgtools/digest/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index ea4320654bc..5ba2c40395b 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2002/09/02 08:01:19 tron Exp $ +# $NetBSD: Makefile,v 1.28 2002/09/04 12:53:02 tron Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -14,6 +14,8 @@ COMMENT= Message digest wrapper utility VERSION= 20010807 +USE_BUILDLINK2= # defined + EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} NO_CHECKSUM= # defined |