Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2014 15:45:50 +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: r345741 - head/www/nghttp2
Message-ID:  <201402231545.s1NFjoVc000269@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 23 15:45:49 2014
New Revision: 345741
URL: http://svnweb.freebsd.org/changeset/ports/345741
QAT: https://qat.redports.org/buildarchive/r345741/

Log:
  - Fix LIB_DEPENDS

Modified:
  head/www/nghttp2/Makefile

Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile	Sun Feb 23 15:44:05 2014	(r345740)
+++ head/www/nghttp2/Makefile	Sun Feb 23 15:45:49 2014	(r345741)
@@ -12,7 +12,6 @@ COMMENT=	HTTP/2.0 C Library
 LICENSE=	MIT
 
 LIB_DEPENDS=	libevent_openssl.so:${PORTSDIR}/devel/libevent2 \
-		libjansson.so:${PORTSDIR}/devel/jansson \
 		libspdylay.so:${PORTSDIR}/www/spdylay
 
 CONFIGURE_ARGS=	--disable-python-bindings \



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