diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-07 13:03:55 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-08-07 13:03:55 +0000 |
commit | 59b44ca7f69a806f82bccbe1acb67bfd2afc6525 (patch) | |
tree | 5dc87467664cdbd8c8de6f2ab51d70868268f5c8 /security/isakmpd | |
parent | 4da6496712015523b0cecd3484bec3878e0e7582 (diff) | |
download | ports-59b44ca7f69a806f82bccbe1acb67bfd2afc6525.tar.gz ports-59b44ca7f69a806f82bccbe1acb67bfd2afc6525.zip |
Notes
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index f5d4afac478f..8c05571a5683 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= LOCAL_PORTS MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "unconfirmed report of security bug--see <URL:http://www.openbsd.org/errata.html\#isakmpd>" + # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) BROKEN= "requires IPsec support" |