svn commit: r365467 - head/audio/pianobar

Adam Weinberger adamw at FreeBSD.org
Wed Aug 20 14:51:07 UTC 2014


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
 


More information about the svn-ports-all mailing list