diff options
Diffstat (limited to 'net/ettercap/Makefile')
-rw-r--r-- | net/ettercap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile index fb1dff4b3fa..03b01337564 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2020/03/20 11:58:06 nia Exp $ +# $NetBSD: Makefile,v 1.90 2020/04/24 11:56:56 nia Exp $ DISTNAME= ettercap-0.6.b PKGREVISION= 42 @@ -10,6 +10,8 @@ HOMEPAGE= http://ettercap.sourceforge.net/ COMMENT= Multipurpose sniffer/interceptor/logger for switched LAN LICENSE= gnu-gpl-v2 +BROKEN= "Fails to build with OpenSSL 1.1" + CONFLICTS+= ettercap-NG-[0-9]* MAKE_JOBS_SAFE= no |