View | Details | Raw Unified | Return to bug 183894
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 107-112 Link Here
107
OPTIONS_DEFAULT=	AUTH_KERB AUTH_NIS FS_AUFS HTCP IDENT KQUEUE \
107
OPTIONS_DEFAULT=	AUTH_KERB AUTH_NIS FS_AUFS HTCP IDENT KQUEUE \
108
			SNMP WCCP WCCPV2
108
			SNMP WCCP WCCPV2
109
109
110
ECAP_USES=		pkgconfig:build
111
110
etc_files=	squid/cachemgr.conf.default \
112
etc_files=	squid/cachemgr.conf.default \
111
		squid/errorpage.css.default \
113
		squid/errorpage.css.default \
112
		squid/mib.txt \
114
		squid/mib.txt \
Lines 433-439 Link Here
433
LIB_DEPENDS+=	ecap:${PORTSDIR}/www/libecap
435
LIB_DEPENDS+=	ecap:${PORTSDIR}/www/libecap
434
CFLAGS+=	-I${LOCALBASE}/include
436
CFLAGS+=	-I${LOCALBASE}/include
435
LDFLAGS+=	-L${LOCALBASE}/lib
437
LDFLAGS+=	-L${LOCALBASE}/lib
436
USES+=		pkgconfig:build
437
.else
438
.else
438
CONFIGURE_ARGS+=	--disable-ecap
439
CONFIGURE_ARGS+=	--disable-ecap
439
.endif
440
.endif

Return to bug 183894