diff options
Diffstat (limited to 'www/mod_http2-devel/Makefile')
-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 977068326655..7f5da7c17017 100644 --- a/www/mod_http2-devel/Makefile +++ b/www/mod_http2-devel/Makefile @@ -11,8 +11,8 @@ COMMENT= Early experience HTTP/2 module for Apache httpd LICENSE= APACHE20 -BUILD_DEPENDS= nghttp2>=1.2:${PORTSDIR}/www/nghttp2 -LIB_DEPENDS= libnghttp2.so:${PORTSDIR}/www/nghttp2 +BUILD_DEPENDS= nghttp2>=1.2:www/nghttp2 +LIB_DEPENDS= libnghttp2.so:www/nghttp2 USE_GITHUB= yes GH_ACCOUNT= icing |