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

Collapse All | Expand All

(-)b/security/passivedns/Makefile (+7 lines)
Lines 26-31 CONFIGURE_ARGS= --with-ldns-includes=${LOCALBASE}/include \ Link Here
26
26
27
USE_RC_SUBR=	passivedns
27
USE_RC_SUBR=	passivedns
28
28
29
OPTIONS_DEFINE=	JSON
30
OPTIONS_DEFAULT=	JSON
31
32
JSON_DESC=	Enable JSON log format support
33
JSON_CONFIGURE_ENABLE=	json
34
JSON_LIB_DEPENDS=	libjansson.so:devel/jansson
35
29
do-install:
36
do-install:
30
	${INSTALL_PROGRAM} ${WRKSRC}/src/passivedns \
37
	${INSTALL_PROGRAM} ${WRKSRC}/src/passivedns \
31
		${STAGEDIR}${PREFIX}/bin
38
		${STAGEDIR}${PREFIX}/bin

Return to bug 254435