diff options
Diffstat (limited to 'mail/rspamd')
-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 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) |