summaryrefslogtreecommitdiff
path: root/security/pgp2
diff options
context:
space:
mode:
authorfredb <fredb>2000-09-26 19:59:53 +0000
committerfredb <fredb>2000-09-26 19:59:53 +0000
commit7bb809a245bd370d19d98f006f1f49267fbb0df0 (patch)
tree483983f8113cc5c0bc8b4efd2b57ecbc8adf1d39 /security/pgp2
parent966725c72071e13bddf92136001ffcd4722cb736 (diff)
downloadpkgsrc-7bb809a245bd370d19d98f006f1f49267fbb0df0.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/pgp2')
-rw-r--r--security/pgp2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile
index 0e4b9e619cb..0b6fec07c5e 100644
--- a/security/pgp2/Makefile
+++ b/security/pgp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2000/09/09 19:40:22 fredb Exp $
+# $NetBSD: Makefile,v 1.26 2000/09/26 19:59:54 fredb Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp
#
@@ -12,6 +12,7 @@ MAINTAINER= packages@NetBSD.ORG
HOMEPAGE= http://www.pgpi.com/
CRYPTO= yes
+USE_RSAREF2= NO
.include "../../mk/bsd.prefs.mk"