aboutsummaryrefslogtreecommitdiff
path: root/www/mod_http2-devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-18 15:20:42 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-18 15:20:42 +0000
commit9c2a182d4ce684231486dbda7168aa0efb1150fa (patch)
tree4f3b3675560d6030ec999e9ee5aabd329f0fff10 /www/mod_http2-devel
parent096906da0dbdb8bddbbede2000c0f68c0a446f75 (diff)
downloadports-9c2a182d4ce684231486dbda7168aa0efb1150fa.tar.gz
ports-9c2a182d4ce684231486dbda7168aa0efb1150fa.zip
- Change *_DEPENDS from www/nghttp2 to www/libnghttp2
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=428857
Diffstat (limited to 'www/mod_http2-devel')
-rw-r--r--www/mod_http2-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_http2-devel/Makefile b/www/mod_http2-devel/Makefile
index d5bccdb933ac..cf2f18a859d2 100644
--- a/www/mod_http2-devel/Makefile
+++ b/www/mod_http2-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mod_http2-devel
PORTVERSION= 1.8.3
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= www
@@ -11,8 +12,8 @@ COMMENT= Early experience HTTP/2 modules for Apache httpd
LICENSE= APACHE20
-BUILD_DEPENDS= nghttp2>=1.2:www/nghttp2
-LIB_DEPENDS= libnghttp2.so:www/nghttp2
+BUILD_DEPENDS= libnghttp2>=1.2:www/libnghttp2
+LIB_DEPENDS= libnghttp2.so:www/libnghttp2
USE_GITHUB= yes
GH_ACCOUNT= icing