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