svn commit: r345741 - head/www/nghttp2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 23 15:45:50 UTC 2014


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 \


More information about the svn-ports-all mailing list