summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-12-31 08:31:18 +0000
committerjperkin <jperkin>2016-12-31 08:31:18 +0000
commit41caf50a2faf419d2c6e50ed21c48fab2bdba1fa (patch)
tree8f5708e66e13afcd972332eeedd16bc303419d70 /www
parentee50d5d04a7e3fb7908e420a58480885346bacb6 (diff)
downloadpkgsrc-41caf50a2faf419d2c6e50ed21c48fab2bdba1fa.tar.gz
pkg-config is required when building against nghttp2.
Diffstat (limited to 'www')
-rw-r--r--www/curl/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/curl/options.mk b/www/curl/options.mk
index 7134e74a04d..3dd4bbc9469 100644
--- a/www/curl/options.mk
+++ b/www/curl/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2016/02/26 10:57:45 jperkin Exp $
+# $NetBSD: options.mk,v 1.15 2016/12/31 08:31:18 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.curl
PKG_SUPPORTED_OPTIONS= inet6 libssh2 gssapi ldap rtmp libidn http2
@@ -53,6 +53,7 @@ CONFIGURE_ARGS+= --without-libidn
.endif
.if !empty(PKG_OPTIONS:Mhttp2)
+USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-nghttp2=${BUILDLINK_PREFIX.nghttp2}
.include "../../www/nghttp2/buildlink3.mk"
.else