diff options
author | tv <tv@pkgsrc.org> | 1999-05-26 15:36:28 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-26 15:36:28 +0000 |
commit | 41d79870d37d624a4f949c001eba912dd08f569e (patch) | |
tree | 9c3e17bc0bb24643ac07096336f25e550aaf255e /security | |
parent | e1889a7c86c6f63a69477709af374b5b4ec783af (diff) | |
download | pkgsrc-41d79870d37d624a4f949c001eba912dd08f569e.tar.gz |
Update rsaref dependency to "2.0p2"; still pending update to OpenSSL 0.9.3.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 2c048ce9306..58f23048c86 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,13 +1,10 @@ -# $NetBSD: Makefile,v 1.3 1999/05/24 20:39:48 tv Exp $ +# $NetBSD: Makefile,v 1.4 1999/05/26 15:36:28 tv Exp $ # -DISTNAME= openssl-0.9.2b +DISTNAME= openssl-0.9.3 CATEGORIES= security MASTER_SITES= ftp://ftp.openssl.org/source/ -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= openssl-0.9.2b-rsaoaep.patch - MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssl.org/ @@ -31,7 +28,7 @@ IGNORE= requires shared object support .include "../../mk/bsd.prefs.mk" .if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES -DEPENDS= rsaref-2.0p1:../../security/rsaref +DEPENDS= rsaref-2.0p2:../../security/rsaref CONFIGURE_ARGS+= -DRSAref -L${PREFIX}/lib -lrsaref ${LDFLAGS} .endif |