diff options
author | explorer <explorer@pkgsrc.org> | 2000-04-21 02:34:43 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 2000-04-21 02:34:43 +0000 |
commit | 49507ff8b73bf55a260284b95f5ad3a7361ea688 (patch) | |
tree | f81033d06fb2be158a478f6c86fce8f07e9dc031 /security | |
parent | 470b971d20b79c6ba3699ca45b2f31a3bc61b7ed (diff) | |
download | pkgsrc-49507ff8b73bf55a260284b95f5ad3a7361ea688.tar.gz |
allow use of openssl-0.9.5a
Diffstat (limited to 'security')
-rw-r--r-- | security/racoon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile index cdf6738fa26..4125d6075e3 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/04/12 15:09:49 itojun Exp $ +# $NetBSD: Makefile,v 1.5 2000/04/21 02:34:43 explorer Exp $ # DISTNAME= racoon-0.0 @@ -13,7 +13,7 @@ IGNORE+= "requires ipsec-ready NetBSD" .endif # openssl is necessary for RSA libraries -DEPENDS+= openssl-0.9.4:../../security/openssl +DEPENDS+= openssl-0.9.*:../../security/openssl BUILD_DEPENDS+= cvs:../../devel/cvs CONFLICTS+= racoon-* |