diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2023-02-14 21:05:40 -0800 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2023-02-15 08:55:02 -0800 |
| commit | e88ae745ad30e428c5051a25d2d91cce1a0a8705 (patch) | |
| tree | 605ea29b425b632a9d0ebf348a018e7675c45918 /net | |
| parent | net/tcpview: Regenerate patches (diff) | |
net/tcpview: Pet portclippy
Move MAKE_JOBS_UNSAFE to the MAKE block.
Diffstat (limited to 'net')
| -rw-r--r-- | net/tcpview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tcpview/Makefile b/net/tcpview/Makefile index e7852e0ccb17..bc24506b27ee 100644 --- a/net/tcpview/Makefile +++ b/net/tcpview/Makefile @@ -9,10 +9,10 @@ MASTER_SITES= http://ftp.vim.org/ibiblio/system/network/management/ \ MAINTAINER= cy@FreeBSD.org COMMENT= Motif-based TCP/IP protocol analyzer -MAKE_JOBS_UNSAFE= yes - USES= bison motif tar:Z MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} +MAKE_JOBS_UNSAFE= yes + CFLAGS= -Wno-int-conversion post-patch: |
