diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 12:02:34 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 12:02:34 +0000 |
commit | c740a92a29b5326ad1e2862310a6c5aa431b917d (patch) | |
tree | f966718611c79b35697d785ba6e05dd56b7079a6 | |
parent | 699cc2a9e70b5294622eb3f48c82c36156fcfbb7 (diff) | |
download | ports-c740a92a29b5326ad1e2862310a6c5aa431b917d.tar.gz ports-c740a92a29b5326ad1e2862310a6c5aa431b917d.zip |
www/nghttp2: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | www/nghttp2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 257764f961ed..af937f516da7 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -19,7 +19,7 @@ OPTIONS_DEFAULT=APP HPACK OPTIONS_SUB= yes APP_DESC= Build h2load, nghttp, nghttpd and nghttpx -USES= compiler:c++14-lang gmake libtool localbase pathfix pkgconfig ssl tar:xz +USES= compiler:c++14-lang cpe gmake libtool localbase pathfix pkgconfig ssl tar:xz CONFIGURE_ARGS= --disable-python-bindings --with-jemalloc CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ |