diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-23 23:45:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-23 23:45:49 +0800 |
commit | 435899ca6968854d050a63f44391932c992af965 (patch) | |
tree | 5e4fde554582e19154f662359f0b0ef4e67b240c /www | |
parent | 21aa839afbab917226a1e153462a52298ec959e2 (diff) | |
download | freebsd-ports-gnome-435899ca6968854d050a63f44391932c992af965.tar.gz freebsd-ports-gnome-435899ca6968854d050a63f44391932c992af965.tar.zst freebsd-ports-gnome-435899ca6968854d050a63f44391932c992af965.zip |
- Fix LIB_DEPENDS
Diffstat (limited to 'www')
-rw-r--r-- | www/nghttp2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index f2e6e8367cca..4712de06379a 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -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 \ |