View | Details | Raw Unified | Return to bug 272812 | Differences between
and this patch

Collapse All | Expand All

(-)b/dns/dnsjit/Makefile (-2 / +6 lines)
Lines 14-29 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
14
LIB_DEPENDS=	libck.so:devel/concurrencykit \
14
LIB_DEPENDS=	libck.so:devel/concurrencykit \
15
		libgnutls.so:security/gnutls \
15
		libgnutls.so:security/gnutls \
16
		liblmdb.so:databases/lmdb \
16
		liblmdb.so:databases/lmdb \
17
		libpcap.so:net/libpcap \
18
		liblz4.so:archivers/liblz4 \
17
		liblz4.so:archivers/liblz4 \
19
		libzstd.so:archivers/zstd
18
		libzstd.so:archivers/zstd
20
		# Mind PR 262976 about libpcap
21
19
22
USES=		autoreconf libtool luajit pkgconfig
20
USES=		autoreconf libtool luajit pkgconfig
23
USE_GITHUB=	yes
21
USE_GITHUB=	yes
24
GH_ACCOUNT=	DNS-OARC
22
GH_ACCOUNT=	DNS-OARC
25
23
26
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
CONFIGURE_ENV=	ac_cv_header_byteswap_h=yes
26
27
OPTIONS_DEFINE=		PCAP
28
OPTIONS_DEFAULT=	PCAP
29
PCAP_DESC=		Use libpcap from ports
30
PCAP_LIB_DEPENDS=	libpcap.so.1:net/libpcap
27
31
28
OPTIONS_DEFINE=	EXAMPLES
32
OPTIONS_DEFINE=	EXAMPLES

Return to bug 272812