diff options
author | fredb <fredb@pkgsrc.org> | 2000-09-26 19:59:53 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-09-26 19:59:53 +0000 |
commit | ab20de453f6904ce7e47000d25a94bc9c800fcbe (patch) | |
tree | 483983f8113cc5c0bc8b4efd2b57ecbc8adf1d39 /archivers | |
parent | ce73d29ffd0bb29e3454502692b0055008bd3254 (diff) | |
download | pkgsrc-ab20de453f6904ce7e47000d25a94bc9c800fcbe.tar.gz |
Set USE_RSAREF2=NO by default. Hopefully, this will discourage people from
actually using rsaref, while we ponder the case for removing it completely.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/hpack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/hpack/Makefile b/archivers/hpack/Makefile index 4db4ea1f15c..3e457718728 100644 --- a/archivers/hpack/Makefile +++ b/archivers/hpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/09/09 19:40:14 fredb Exp $ +# $NetBSD: Makefile,v 1.7 2000/09/26 19:59:53 fredb Exp $ DISTNAME= hpack79${USE_RSAREF2:S/YES/u/:C/[^u]*//g}src PKGNAME= hpack-0.79 @@ -10,6 +10,7 @@ MAINTAINER= packages@netbsd.org CRYPTO= yes NO_WRKSUBDIR= yes PATCHDIR= ${WRKDIR}/.patches +USE_RSAREF2= NO MAKEFILE= makefile ALL_TARGET= hpack |