diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-20 23:59:09 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-20 23:59:09 +0800 |
commit | 49f195ddfba65ed4eac5146239dd48253fd87d21 (patch) | |
tree | 52b72ca96a53defb14dfe7b76ef88c5de9915ddd /sysutils/rsyslog8 | |
parent | 677aa734a94ba8322d256a978178cb092ebeb8f9 (diff) | |
download | freebsd-ports-gnome-49f195ddfba65ed4eac5146239dd48253fd87d21.tar.gz freebsd-ports-gnome-49f195ddfba65ed4eac5146239dd48253fd87d21.tar.zst freebsd-ports-gnome-49f195ddfba65ed4eac5146239dd48253fd87d21.zip |
Fix build after json-c update.
rsyslog8-devel fails to build against the new json-c, so I've marked it
BROKEN.
Diffstat (limited to 'sysutils/rsyslog8')
-rw-r--r-- | sysutils/rsyslog8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/rsyslog8/Makefile b/sysutils/rsyslog8/Makefile index 72872434f65f..2d282addb05e 100644 --- a/sysutils/rsyslog8/Makefile +++ b/sysutils/rsyslog8/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt LIB_DEPENDS= libee.so:${PORTSDIR}/devel/libee \ libestr.so:${PORTSDIR}/devel/libestr \ - libjson.so:${PORTSDIR}/devel/json-c \ + libjson-c.so:${PORTSDIR}/devel/json-c \ liblogging-stdlog.so:${PORTSDIR}/devel/liblogging \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid |