diff options
author | abs <abs@pkgsrc.org> | 1999-12-16 12:03:20 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 1999-12-16 12:03:20 +0000 |
commit | 1031a18ae4af0959c9c756e1dcc3d844e9c143f4 (patch) | |
tree | 14b98cedd2f59f63c589481f77e6f9b5ae7f15ed /security/openssl | |
parent | 2514942eb5adcb1c8035505644141dd0dbfcf106 (diff) | |
download | pkgsrc-1031a18ae4af0959c9c756e1dcc3d844e9c143f4.tar.gz |
Update depends to rsaref 2.0p3
Diffstat (limited to 'security/openssl')
-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 2ba687eeafc..038552ab884 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/11/26 19:14:56 erh Exp $ +# $NetBSD: Makefile,v 1.11 1999/12/16 12:03:21 abs Exp $ # DISTNAME= openssl-0.9.4 @@ -35,7 +35,7 @@ IGNORE= requires shared object support .include "../../mk/bsd.prefs.mk" .if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES -DEPENDS= rsaref-2.0p2:../../security/rsaref +DEPENDS= rsaref-2.0p3:../../security/rsaref CONFIGURE_ARGS+= rsaref PLIST_SRC+= pkg/PLIST.rsaref .endif |