diff options
Diffstat (limited to 'net/libtrace/Makefile')
-rw-r--r-- | net/libtrace/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libtrace/Makefile b/net/libtrace/Makefile index e75bf5c0bdef..1dd18d5ef8b4 100644 --- a/net/libtrace/Makefile +++ b/net/libtrace/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libtrace -PORTVERSION= 3.0.15 +PORTVERSION= 3.0.19 CATEGORIES= net MASTER_SITES= http://research.wand.net.nz/software/libtrace/ @@ -11,7 +11,8 @@ COMMENT= C library for network packet capture and processing LIB_DEPENDS= pcap:${PORTSDIR}/net/libpcap -CONFIGURE_ARGS= --with-libpcap=${LOCALBASE} +CONFIGURE_ARGS= --with-libpcap=${LOCALBASE} \ + libtrace_doxygen=false GNU_CONFIGURE= yes USE_LDCONFIG= yes |