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 /security/pgp5 | |
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 'security/pgp5')
-rw-r--r-- | security/pgp5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 729e93346f4..752fa879379 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/09/09 19:40:22 fredb Exp $ +# $NetBSD: Makefile,v 1.9 2000/09/26 19:59:54 fredb Exp $ # DISTNAME= pgp50i-unix-src @@ -21,6 +21,7 @@ BUILD_DEPENDS= ${PERL5}:../../lang/perl5-base CRYPTO= YES GNU_CONFIGURE= YES +USE_RSAREF2= NO PGPLIB= ${PREFIX}/share/pgp5 |