diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
commit | 13441eac4bb7e0e8a50bd437681b05022e55146b (patch) | |
tree | d65b02f7b127a36b4aa96f03448ee021d09b0c58 /security/ipsec-tools | |
parent | 8110f70f5fcd1d3afb2d1d8ceaaf0fe73a23c8d9 (diff) | |
download | ports-13441eac4bb7e0e8a50bd437681b05022e55146b.tar.gz ports-13441eac4bb7e0e8a50bd437681b05022e55146b.zip |
Notes
Diffstat (limited to 'security/ipsec-tools')
-rw-r--r-- | security/ipsec-tools/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index 61e1bfe9d83d..35e223c01808 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -155,11 +155,7 @@ pre-configure: @${ECHO_MSG} "===> -------------------------------------------------------------------------" @${ECHO_MSG} "===> ATTENTION: You need a kernel patch to enable NAT-Traversal functionality!" @${ECHO_MSG} "===> You can download the patch here:" -. if ${OSVERSION} < 500000 - @${ECHO_MSG} "===> http://ipsec-tools.sf.net/freebsd_nat-t.diff" -. else @${ECHO_MSG} "===> http://ipsec-tools.sf.net/freebsd6-natt.diff" -. endif @${ECHO_MSG} "===> You might possibly have to do some steps manually if it fails to apply." @${ECHO_MSG} "===> -------------------------------------------------------------------------" @sleep 3 |