diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-05-14 16:46:17 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-05-14 16:46:17 +0000 |
commit | 2eac11eba11aea65920bfa103979ffb4599b8a01 (patch) | |
tree | d0fd2775c766000d67d457d432b9b01642cbcfea /net | |
parent | 18b9bfdf021b28d8d0bb73775028c4546c6556fa (diff) | |
download | pkgsrc-2eac11eba11aea65920bfa103979ffb4599b8a01.tar.gz |
- Add a conflict statement now that ettercpa-NG has been imported
Diffstat (limited to 'net')
-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 4b48061719d..eb55c60d891 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/04/11 21:46:46 tv Exp $ +# $NetBSD: Makefile,v 1.37 2005/05/14 16:46:17 adrianp Exp $ DISTNAME= ettercap-0.6.b PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://ettercap.sourceforge.net/ COMMENT= Multipurpose sniffer/interceptor/logger for switched LAN +CONFLICTS+= ettercap-NG-[0-9]* + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-plugins \ --enable-https \ |