diff options
author | feld <feld@FreeBSD.org> | 2015-04-14 00:12:46 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-04-14 00:12:46 +0800 |
commit | ac8f68656ff784ba49016f6cebc63106318ebc31 (patch) | |
tree | fab922973b2abe7c9e4b7c9ffc9c9e3bd2b3e282 | |
parent | 65848837fc41aa900671d1e58ee85f605025cf47 (diff) | |
download | freebsd-ports-gnome-ac8f68656ff784ba49016f6cebc63106318ebc31.tar.gz freebsd-ports-gnome-ac8f68656ff784ba49016f6cebc63106318ebc31.tar.zst freebsd-ports-gnome-ac8f68656ff784ba49016f6cebc63106318ebc31.zip |
Add CPE information
PR: 199372
-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 |