diff options
author | fredb <fredb> | 2000-09-26 19:59:53 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-09-26 19:59:53 +0000 |
commit | 1ead7f819e1a1d41bba5146a1f0d52e86b805127 (patch) | |
tree | 483983f8113cc5c0bc8b4efd2b57ecbc8adf1d39 /security/pgp5 | |
parent | b49daa20ef75ce688aaeb5aba6aa0c4dddf0a9a7 (diff) | |
download | pkgsrc-1ead7f819e1a1d41bba5146a1f0d52e86b805127.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 |