diff options
author | edwin <edwin@FreeBSD.org> | 2004-10-14 16:22:33 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-10-14 16:22:33 +0800 |
commit | 45257b7e6769acfbd3de47ea003b6084f0719466 (patch) | |
tree | f68eaef378f69707914faa2eba5359fe7b4cdf17 /net/trafshow3 | |
parent | a16d09012f5d0d4746e661b19b6018c0f8aff8ec (diff) | |
download | freebsd-ports-gnome-45257b7e6769acfbd3de47ea003b6084f0719466.tar.gz freebsd-ports-gnome-45257b7e6769acfbd3de47ea003b6084f0719466.tar.zst freebsd-ports-gnome-45257b7e6769acfbd3de47ea003b6084f0719466.zip |
Port conflict (net/trafshow and net/trafshow4)
net/trafshow and net/trafshow4 installs same executable
(bin/trafshow). Both Makefile are missing CONFLICTS= line.
Also added NO_LATEST_LINK for net/trafshow4
PR: ports/71097
Submitted by: Riccardo Torrini <riccardo@torrini.org>
Diffstat (limited to 'net/trafshow3')
-rw-r--r-- | net/trafshow3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile index 8b22f80cd939..acf081a58a01 100644 --- a/net/trafshow3/Makefile +++ b/net/trafshow3/Makefile @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ryan@sasknow.com COMMENT= Full screen visualization of network traffic +CONFLICTS= trafshow-4.* + .include <bsd.port.pre.mk> .if defined(WITH_TRAFSHOW_SLANG) || \ |