diff options
author | explorer <explorer> | 2000-04-21 02:34:43 +0000 |
---|---|---|
committer | explorer <explorer> | 2000-04-21 02:34:43 +0000 |
commit | deb6c73b0fe49d5719f11a67c1fb1d193401b87a (patch) | |
tree | f81033d06fb2be158a478f6c86fce8f07e9dc031 /security | |
parent | 16bb6e7755584b3fbb6bc573f3db7f6247044469 (diff) | |
download | pkgsrc-deb6c73b0fe49d5719f11a67c1fb1d193401b87a.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-* |