diff options
-rw-r--r-- | www/varnish4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/varnish4/Makefile b/www/varnish4/Makefile index 367de0f3d09e..012844bdc2bb 100644 --- a/www/varnish4/Makefile +++ b/www/varnish4/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ CONFLICTS= varnish-2.* varnish-3.* -USES= autoreconf gmake libtool readline pkgconfig python:build +USES= autoreconf cpe gmake libtool pkgconfig python:build readline +CPE_VENDOR= varnish-cache CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX} --enable-tests |