diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 23:51:05 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 23:51:05 +0000 |
commit | b90f611b9c50570251338dbca6ff573948723aa4 (patch) | |
tree | 73ac90ce1906f5bacef01f927cd1d4a37a54b6bb /net/trafshow | |
parent | 2241654c185e68c779f116506f10ed1832feb79e (diff) | |
download | ports-b90f611b9c50570251338dbca6ff573948723aa4.tar.gz ports-b90f611b9c50570251338dbca6ff573948723aa4.zip |
Notes
Diffstat (limited to 'net/trafshow')
-rw-r--r-- | net/trafshow/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index 9dc94e7c99bf..808472219767 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -16,7 +16,7 @@ COMMENT= Full screen visualization of network traffic CONFLICTS= trafshow-4.* trafshow3-* GNU_CONFIGURE= yes -CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" +CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" ALL_TARGET= trafshow OPTIONS_DEFINE= IPV6 |