diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-11 14:39:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-11 14:39:14 +0800 |
commit | caba8f13920ba59c5ab0bc38e172f28b3818db6d (patch) | |
tree | 8ac9cdd9abc3ce07d987b41f9fba182247e67552 /net/tcpview | |
parent | 0c3881a18539f867d366fa99c0b5e7aea8460cba (diff) | |
download | freebsd-ports-gnome-caba8f13920ba59c5ab0bc38e172f28b3818db6d.tar.gz freebsd-ports-gnome-caba8f13920ba59c5ab0bc38e172f28b3818db6d.tar.zst freebsd-ports-gnome-caba8f13920ba59c5ab0bc38e172f28b3818db6d.zip |
Mark job unsafe
While here:
- Trim headers
- Convert to USES
- Remove code for unsupported version
Diffstat (limited to 'net/tcpview')
-rw-r--r-- | net/tcpview/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tcpview/Makefile b/net/tcpview/Makefile index ea76cb66ebe9..d00f2dc55281 100644 --- a/net/tcpview/Makefile +++ b/net/tcpview/Makefile @@ -13,6 +13,8 @@ COMMENT= Motif-based TCP/IP protocol analyzer USES= bison motif +MAKE_JOBS_UNSAFE= yes + MAN1= tcpview.1 .include <bsd.port.pre.mk> |