diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-09-03 17:46:04 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-09-03 17:46:04 +0000 |
commit | 77fe9be48e937134dc6a07ebb9b09cb1a01898b2 (patch) | |
tree | 5e6b0b43120612864b66ac805ae5fc7aba4355f7 /security/isakmpd | |
parent | 7ee8b265aa5abf3a77e67b55cc7de213a8c324a1 (diff) |
Notes
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 23d54c15d4f6..a9af68eff4f9 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -34,9 +34,14 @@ MAN5= isakmpd.conf.5 isakmpd.policy.5 MAN8= certpatch.8 isakmpd.8 MANCOMPRESSED= yes +.include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700019 +BROKEN= is not buildable with OpenSSL 0.9.8b +.endif + post-patch: .for f in conf.h ike_auth.c isakmpd.8 isakmpd.conf.5 isakmpd.policy.5 policy.h ${REINPLACE_CMD} -e "s!/etc/!${PREFIX}/etc/!" ${WRKSRC}/${f} .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |