summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authortv <tv>1999-05-23 21:15:20 +0000
committertv <tv>1999-05-23 21:15:20 +0000
commit1c2b545bf86f34c64f227689de029e83b554f25f (patch)
tree34246ca62f6a4c2fd23efb91d53994620f4a3bda /security/openssl
parent595dff07d91961f3d7cde548560db380d824eb8c (diff)
downloadpkgsrc-1c2b545bf86f34c64f227689de029e83b554f25f.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/openssl')
-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