aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rspamd
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-02-27 21:01:19 +0800
committermiwi <miwi@FreeBSD.org>2011-02-27 21:01:19 +0800
commite3080a3bde68762eb4cfc3d1dc2c9c51edc2baca (patch)
tree5e9d8f60254c82506c3255bbf1d40f45d4cb1478 /mail/rspamd
parent9b387327b451dd3b1e09d7f46bc25af9b281de65 (diff)
downloadfreebsd-ports-gnome-e3080a3bde68762eb4cfc3d1dc2c9c51edc2baca.tar.gz
freebsd-ports-gnome-e3080a3bde68762eb4cfc3d1dc2c9c51edc2baca.tar.zst
freebsd-ports-gnome-e3080a3bde68762eb4cfc3d1dc2c9c51edc2baca.zip
- Chase devel/google-perftools shlib bump
Diffstat (limited to 'mail/rspamd')
-rw-r--r--mail/rspamd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile
index 76efc5015904..00038efa41ec 100644
--- a/mail/rspamd/Makefile
+++ b/mail/rspamd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= rspamd
PORTVERSION= 0.3.7
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://highsecure.ru/
@@ -43,7 +44,7 @@ MAN1= rspamc.1
.if defined(WITH_RSPAMD_GPERF)
CMAKE_ARGS+= -DENABLE_GPERF_TOOLS=ON
- LIB_DEPENDS+= profiler.0:${PORTSDIR}/devel/google-perftools
+ LIB_DEPENDS+= profiler.1:${PORTSDIR}/devel/google-perftools
.endif
.if defined(WITH_RSPAMD_JUDY)