From 4af0966ffdb41e15c47b3a014484eb9cdc141994 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Thu, 14 Aug 2014 17:19:59 +0000 Subject: [PATCH] - 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 --- net/libpcap/Makefile | 14 ++------------ 1 file 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