aboutsummaryrefslogtreecommitdiff
path: root/mail/rspamd
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-23 13:44:39 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-23 13:44:39 +0000
commit622869e534cc3245af447ebefc55df40ad114163 (patch)
tree34baa68bef6d892ec4b4c32de263040a05a47c81 /mail/rspamd
parent163bf75dba7a4fa47f91698c3318bc7a3420dda5 (diff)
downloadports-622869e534cc3245af447ebefc55df40ad114163.tar.gz
ports-622869e534cc3245af447ebefc55df40ad114163.zip
- Switch devel/google-perftools to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=358946
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 41b3c54106d5..02e09d759424 100644
--- a/mail/rspamd/Makefile
+++ b/mail/rspamd/Makefile
@@ -2,6 +2,7 @@
PORTNAME= rspamd
PORTVERSION= 0.6.9
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://rspamd.com/downloads/
@@ -43,7 +44,7 @@ USE_OPENSSL= yes
.if ${PORT_OPTIONS:MGPERF}
CMAKE_ARGS+= -DENABLE_GPERF_TOOLS=ON
- LIB_DEPENDS+= profiler.1:${PORTSDIR}/devel/google-perftools
+ LIB_DEPENDS+= libprofiler.so:${PORTSDIR}/devel/google-perftools
.endif
.if ${PORT_OPTIONS:MREDIRECTOR}