diff options
author | tv <tv@pkgsrc.org> | 1999-05-23 21:15:20 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-23 21:15:20 +0000 |
commit | 2ff534a8302389b277eabc065b023023461f6937 (patch) | |
tree | 34246ca62f6a4c2fd23efb91d53994620f4a3bda /security/openssl/Makefile | |
parent | d1f69420070672ebd96df22c885df1de12f3b2e3 (diff) | |
download | pkgsrc-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/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 4 |
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 |