summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-23 21:15:20 +0000
committertv <tv@pkgsrc.org>1999-05-23 21:15:20 +0000
commit2ff534a8302389b277eabc065b023023461f6937 (patch)
tree34246ca62f6a4c2fd23efb91d53994620f4a3bda /security
parentd1f69420070672ebd96df22c885df1de12f3b2e3 (diff)
downloadpkgsrc-2ff534a8302389b277eabc065b023023461f6937.tar.gz
Update rsaref dependency to 2.0p1. OpenSSL 0.9.3 is still beta... will fix
shlib problems when 0.9.3 is out.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 22aaaf8f417..97e49fc6068 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/04/30 15:19:13 tv Exp $
+# $NetBSD: Makefile,v 1.2 1999/05/23 21:15:20 tv Exp $
#
DISTNAME= openssl-0.9.2b
@@ -32,7 +32,7 @@ IGNORE= requires shared object support
.include "../../mk/bsd.prefs.mk"
.if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES
-DEPENDS= rsaref-2.0:../../security/rsaref
+DEPENDS= rsaref-2.0p1:../../security/rsaref
CONFIGURE_ARGS+= -DRSAref -L${PREFIX}/lib -lrsaref ${LDFLAGS}
.endif