diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
commit | b2a96c6df1c8809216eced623ec37a8372b3216e (patch) | |
tree | 0c994bc87e8a2f221a7e2be76b9aafc16eab32bb /security/ike | |
parent | 87b685f5d4325ba771e96b0ef49c71f903fb3ae0 (diff) | |
download | ports-b2a96c6df1c8809216eced623ec37a8372b3216e.tar.gz ports-b2a96c6df1c8809216eced623ec37a8372b3216e.zip |
Notes
Diffstat (limited to 'security/ike')
-rw-r--r-- | security/ike/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/ike/Makefile b/security/ike/Makefile index 35da834062ed..1a9d03c6b9d8 100644 --- a/security/ike/Makefile +++ b/security/ike/Makefile @@ -57,10 +57,7 @@ post-patch: .ifdef(WITH_NATT) @${ECHO_MSG} "===> -------------------------------------------------------------------------" @${ECHO_MSG} "===> ATTENTION: You need a kernel patch to enable NAT-Traversal functionality!" -. if ${OSVERSION} < 600000 - @${ECHO_MSG} "===> There is no known NAT-T patch for FreeBSD 1 - 5!!!" -. endif -. if ${OSVERSION} > 600000 && ${OSVERSION} < 699999 +. if ${OSVERSION} < 699999 @${ECHO_MSG} "===> http://ipsec-tools.sf.net/freebsd6-natt.diff" . endif . if ${OSVERSION} > 700000 && ${OSVERSION} < 799999 |