diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2015-05-14 20:08:12 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2015-05-14 20:08:12 +0800 |
commit | ffd30dc3eeb5d41334be030a9414fb78f84c4c67 (patch) | |
tree | 8e5de87d463fba50c4a929998805469239d47b9d /mail | |
parent | b10a72558780bc1b7a952d9b37cd476b3915e4f2 (diff) | |
download | freebsd-ports-gnome-ffd30dc3eeb5d41334be030a9414fb78f84c4c67.tar.gz freebsd-ports-gnome-ffd30dc3eeb5d41334be030a9414fb78f84c4c67.tar.zst freebsd-ports-gnome-ffd30dc3eeb5d41334be030a9414fb78f84c4c67.zip |
- Unbreak build by adding dependency on libhiredis.so
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rspamd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index 345b62943bcd..5a8b38fd33bb 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -13,7 +13,8 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ libgmime-2.4.so:${PORTSDIR}/mail/gmime24 \ libevent.so:${PORTSDIR}/devel/libevent2 \ - libluajit-5.1.so:${PORTSDIR}/lang/luajit + libluajit-5.1.so:${PORTSDIR}/lang/luajit \ + libhiredis.so:${PORTSDIR}/databases/hiredis OPTIONS_DEFINE= GPERF REDIRECTOR GPERF_DESC= google perf-tools profiling |