aboutsummaryrefslogtreecommitdiff
path: root/net/libpcap
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2014-08-14 17:19:59 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2014-08-14 17:19:59 +0000
commit4af0966ffdb41e15c47b3a014484eb9cdc141994 (patch)
treeebe9cad20d04e291757426b9ae28bfaedfc72e99 /net/libpcap
parenta382bbffeb390cc4c3dc64d0aaa1ddb166cebbc5 (diff)
downloadports-4af0966ffdb41e15c47b3a014484eb9cdc141994.tar.gz
ports-4af0966ffdb41e15c47b3a014484eb9cdc141994.zip
- Remove MLINKS as this port is staged
- Do not try to link against dbus if it is installed - Do not bump PORTREVISION as this should be a pkg no-op
Notes
Notes: svn path=/head/; revision=364858
Diffstat (limited to 'net/libpcap')
-rw-r--r--net/libpcap/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile
index 38d41bcd9738..80da36eeef53 100644
--- a/net/libpcap/Makefile
+++ b/net/libpcap/Makefile
@@ -20,18 +20,6 @@ MANPREFIX= ${PREFIX}/share
PKGMESSAGE= ${FILESDIR}/pkg-message-base
.endif
-
-MLINKS= pcap_datalink_val_to_name.3 \
- pcap_datalink_val_to_description.3 \
- pcap_dump_open.3 pcap_dump_fopen.3 \
- pcap_geterr.3 pcap_perror.3 \
- pcap_inject.3 pcap_sendpacket.3 \
- pcap_loop.3 pcap_dispatch.3 \
- pcap_major_version.3 pcap_minor_version.3 \
- pcap_next_ex.3 pcap_next.3 \
- pcap_open_offline.3 pcap_fopen_offline.3 \
- pcap_setnonblock.3 pcap_getnonblock.3
-
PLIST_FILES+= bin/pcap-config \
include/pcap/bluetooth.h \
include/pcap/bpf.h \
@@ -148,4 +136,6 @@ CFLAGS+= -DHAVE_DEVICE_CLONING=1
CFLAGS+= -fPIC
.endif
+CONFIGURE_ARGS+= --enable-dbus=no
+
.include <bsd.port.post.mk>