diff options
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 |