diff options
author | brd <brd@FreeBSD.org> | 2016-06-28 21:46:21 +0800 |
---|---|---|
committer | brd <brd@FreeBSD.org> | 2016-06-28 21:46:21 +0800 |
commit | 03619c93a2dc04b28447cbe1d9ba990b8d593797 (patch) | |
tree | d5c62b43167231332e849fbeb25e1f0c03c614a5 /sysutils | |
parent | 6e61ef11ae9a19c995af9fd09deff645b81f7072 (diff) | |
download | freebsd-ports-gnome-03619c93a2dc04b28447cbe1d9ba990b8d593797.tar.gz freebsd-ports-gnome-03619c93a2dc04b28447cbe1d9ba990b8d593797.tar.zst freebsd-ports-gnome-03619c93a2dc04b28447cbe1d9ba990b8d593797.zip |
Fix the build of sysutils/rsyslog8 by pointing at the new JSON dependency.
Submitted by: olgeni
Approved by: bdrewery (implicit)
Diffstat (limited to 'sysutils')
-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 61f72d75214f..4341f324ff79 100644 --- a/sysutils/rsyslog8/Makefile +++ b/sysutils/rsyslog8/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= libgcrypt-config:security/libgcrypt \ LIB_DEPENDS= libee.so:devel/libee \ libestr.so:devel/libestr \ - libjson-c.so:devel/json-c \ + libfastjson.so:devel/libfastjson \ liblogging-stdlog.so:devel/liblogging \ libuuid.so:misc/e2fsprogs-libuuid |