diff options
Diffstat (limited to 'www/squid32/Makefile')
-rw-r--r-- | www/squid32/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/squid32/Makefile b/www/squid32/Makefile index db758c437a99..1a85717561ab 100644 --- a/www/squid32/Makefile +++ b/www/squid32/Makefile @@ -101,6 +101,8 @@ WCCP_DESC= Enable Web Cache Coordination Protocol OPTIONS_DEFAULT= AUTH_KERB AUTH_NIS FS_AUFS HTCP IDENT KQUEUE \ SNMP WCCP WCCPV2 +ECAP_USES= pkgconfig:build + etc_files= squid/cachemgr.conf.default \ squid/errorpage.css.default \ squid/mib.txt \ @@ -423,7 +425,6 @@ CONFIGURE_ARGS+= --enable-ecap LIB_DEPENDS+= ecap:${PORTSDIR}/www/libecap CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES+= pkgconfig:build .else CONFIGURE_ARGS+= --disable-ecap .endif |