aboutsummaryrefslogtreecommitdiff
path: root/net/libtrace/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-03 17:29:06 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-03 17:29:06 +0000
commit19860a20c6ff117bb1bdc5c8c1efba2a2b7dac60 (patch)
tree059e5f75fce09463af960169a7bfce8c0bb0b907 /net/libtrace/Makefile
parent2035d13f50150f932d2ad14aa624bcbbbd03effa (diff)
downloadports-19860a20c6ff117bb1bdc5c8c1efba2a2b7dac60.tar.gz
ports-19860a20c6ff117bb1bdc5c8c1efba2a2b7dac60.zip
Notes
Diffstat (limited to 'net/libtrace/Makefile')
-rw-r--r--net/libtrace/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libtrace/Makefile b/net/libtrace/Makefile
index 1dd18d5ef8b4..2eb61a419d67 100644
--- a/net/libtrace/Makefile
+++ b/net/libtrace/Makefile
@@ -3,20 +3,21 @@
PORTNAME= libtrace
PORTVERSION= 3.0.19
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://research.wand.net.nz/software/libtrace/
MAINTAINER= matt@peterson.org
COMMENT= C library for network packet capture and processing
-LIB_DEPENDS= pcap:${PORTSDIR}/net/libpcap
+LIB_DEPENDS= libpcap.so:${PORTSDIR}/net/libpcap
CONFIGURE_ARGS= --with-libpcap=${LOCALBASE} \
libtrace_doxygen=false
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= gmake
+USES= gmake libtool
LDFLAGS+= -L${LOCALBASE}/lib
post-patch: