diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2015-05-14 12:08:12 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2015-05-14 12:08:12 +0000 |
commit | fe11937c7ac6ee5891eea4ec77e57021c64f2cf7 (patch) | |
tree | 8e5de87d463fba50c4a929998805469239d47b9d | |
parent | - Switch from broken p5-Math-Geometry-Planar-GPC-Polygon to p5-Math-Geometry-... (diff) |
- Unbreak build by adding dependency on libhiredis.so
Notes
Notes:
svn path=/head/; revision=386328
-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 |