diff options
Diffstat (limited to 'www/squid33/Makefile')
-rw-r--r-- | www/squid33/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/squid33/Makefile b/www/squid33/Makefile index 846b2270042f..1b58ca3aeeef 100644 --- a/www/squid33/Makefile +++ b/www/squid33/Makefile @@ -107,6 +107,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 \ @@ -433,7 +435,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 |