diff options
author | tv <tv> | 1999-05-26 15:36:28 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-26 15:36:28 +0000 |
commit | 8d6beb223dbd454490d03bf7c462a497e842b40a (patch) | |
tree | 9c3e17bc0bb24643ac07096336f25e550aaf255e /security/openssl | |
parent | 8917f63d7d97af8a75e98aac18839b2be61d883b (diff) | |
download | pkgsrc-8d6beb223dbd454490d03bf7c462a497e842b40a.tar.gz |
Update rsaref dependency to "2.0p2"; still pending update to OpenSSL 0.9.3.
Diffstat (limited to 'security/openssl')
-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 |