diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2017-08-13 13:44:17 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2017-08-13 13:44:17 +0000 |
commit | 6c35ee93e2d7592fd71abfaf920f3a2a25982700 (patch) | |
tree | 72b54dea4686e8dccfb4cf86fff3f9e0d27df41d /www/mod_http2-devel | |
parent | 508fe76fc892012326cb73079a54341ad96e9514 (diff) | |
download | ports-6c35ee93e2d7592fd71abfaf920f3a2a25982700.tar.gz ports-6c35ee93e2d7592fd71abfaf920f3a2a25982700.zip |
Notes
Diffstat (limited to 'www/mod_http2-devel')
-rw-r--r-- | www/mod_http2-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_http2-devel/Makefile b/www/mod_http2-devel/Makefile index 1c07199b35e3..917199ccede8 100644 --- a/www/mod_http2-devel/Makefile +++ b/www/mod_http2-devel/Makefile @@ -14,9 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libnghttp2.so:www/libnghttp2 -USES= autoreconf libtool ssl +USES= apache:2.4+ autoreconf libtool ssl USE_GITHUB= yes -USE_APACHE= 24 +#USE_APACHE= 24 GH_ACCOUNT= icing GH_PROJECT= mod_h2 |