diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-20 14:51:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-20 14:51:06 +0000 |
commit | fd6333d748d0d84da86e3c48bcffd6ebe7ef2ee1 (patch) | |
tree | f760fe614d30c45d82c2e1cff28c92447a2ef395 /audio/pianobar | |
parent | 0dae41d6ccb86874b2bae68780ec8fc2463e8c81 (diff) | |
download | ports-fd6333d748d0d84da86e3c48bcffd6ebe7ef2ee1.tar.gz ports-fd6333d748d0d84da86e3c48bcffd6ebe7ef2ee1.zip |
Notes
Diffstat (limited to 'audio/pianobar')
-rw-r--r-- | audio/pianobar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pianobar/Makefile b/audio/pianobar/Makefile index fbc32de23d2c..d20375e0af7d 100644 --- a/audio/pianobar/Makefile +++ b/audio/pianobar/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao \ 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 |