1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- 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
This commit is contained in:
Ryan Steinmetz 2014-08-14 17:19:59 +00:00
parent a382bbffeb
commit 4af0966ffd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364858

View File

@ -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>