Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2014 15:17:10 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349428 - head/ftp/curl
Message-ID:  <201403281517.s2SFHAO5031936@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Mar 28 15:17:10 2014
New Revision: 349428
URL: http://svnweb.freebsd.org/changeset/ports/349428
QAT: https://qat.redports.org/buildarchive/r349428/

Log:
  - Fix HTTP2 option
  
  Reported by:	many

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Fri Mar 28 14:47:10 2014	(r349427)
+++ head/ftp/curl/Makefile	Fri Mar 28 15:17:10 2014	(r349428)
@@ -83,6 +83,8 @@ HEIMDAL_PORT_LDFLAGS=	-L${HEIMDAL_HOME}/
 HEIMDAL_PORT_LIB_DEPENDS=	libgssapi.so:${PORTSDIR}/security/heimdal
 HTTP2_CONFIGURE_OFF=	--without-nghttp2
 HTTP2_CONFIGURE_ON=	--with-nghttp2=${LOCALBASE}
+HTTP2_LIB_DEPENDS=	libnghttp2.so:${PORTSDIR}/www/nghttp2
+HTTP2_USES=		pkgconfig
 IDN_CONFIGURE_OFF=	--without-libidn
 IDN_CONFIGURE_ON=	--with-libidn=${LOCALBASE}
 IDN_LIB_DEPENDS=	libidn.so:${PORTSDIR}/dns/libidn



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403281517.s2SFHAO5031936>