Date: Wed, 20 Aug 2014 14:51:07 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365467 - head/audio/pianobar Message-ID: <201408201451.s7KEp7To043552@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Wed Aug 20 14:51:06 2014 New Revision: 365467 URL: http://svnweb.freebsd.org/changeset/ports/365467 QAT: https://qat.redports.org/buildarchive/r365467/ Log: Fix build after json update. Modified: head/audio/pianobar/Makefile Modified: head/audio/pianobar/Makefile ============================================================================== --- head/audio/pianobar/Makefile Wed Aug 20 14:38:02 2014 (r365466) +++ head/audio/pianobar/Makefile Wed Aug 20 14:51:06 2014 (r365467) @@ -15,7 +15,7 @@ LIB_DEPENDS= libao.so:${PORTSDIR}/audio/ libfaad.so:${PORTSDIR}/audio/faad \ libmad.so:${PORTSDIR}/audio/libmad \ libgnutls.so:${PORTSDIR}/security/gnutls \ - libjson.so:${PORTSDIR}/devel/json-c \ + libjson-c.so:${PORTSDIR}/devel/json-c \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408201451.s7KEp7To043552>