diff options
author | itojun <itojun@pkgsrc.org> | 2000-04-27 14:55:54 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-04-27 14:55:54 +0000 |
commit | 440d75724ab3f76c08c1c11a2c12e8eefc5ce00f (patch) | |
tree | a784d9f849dd0d3c7294693189429b2801142fa8 /security/isakmpd/Makefile | |
parent | edf75fc2c5dc9ee81ff9c281fdc9ef78dda9e582 (diff) | |
download | pkgsrc-440d75724ab3f76c08c1c11a2c12e8eefc5ce00f.tar.gz |
make it work with openssl-0.9.5a.
cope with PATENTEDOPENSSLSRC environment (mk.conf needs to be set)
Diffstat (limited to 'security/isakmpd/Makefile')
-rw-r--r-- | security/isakmpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 43255cac86c..234a5cd8377 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/04/25 19:10:11 thorpej Exp $ +# $NetBSD: Makefile,v 1.4 2000/04/27 14:55:54 itojun Exp $ # DISTNAME= isakmpd-000220 @@ -7,7 +7,7 @@ CATEGORIES= security net MASTER_SITES= ftp://ftp.appli.se/pub/isakmpd/ PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES= isakmpd-20000220-20000328a.diff.gz +PATCHFILES= isakmpd-20000220-20000427a.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= itojun@kame.net @@ -21,7 +21,7 @@ IGNORE+= "requires ipsec-ready NetBSD" # RSA already exists in the OpenSSL built as part of the # base distribution. .if !defined(PATENTEDOPENSSLSRC) -DEPENDS+= openssl-0.9.4:../../security/openssl +DEPENDS+= openssl-0.9.*:../../security/openssl .endif DEPENDS+= gmp-*:../../devel/gmp |