diff options
Diffstat (limited to 'net/tcpdump/Makefile')
-rw-r--r-- | net/tcpdump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index 1921768b1b69..c9e30103547a 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -12,7 +12,7 @@ COMMENT= Ubiquitous network traffic analysis tool LIB_DEPENDS= pcap:${PORTSDIR}/net/libpcap GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake UNPRIV_USER?= nobody CHROOTDIR?= /var/run/tcpdump |