diff options
author | pawel <pawel@FreeBSD.org> | 2011-09-07 07:40:32 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-09-07 07:40:32 +0800 |
commit | 4817b5c1d62f040f7e54757216cc2e1b9c274f8f (patch) | |
tree | 453c2a3c6abbb7f358d0dfa8320bd12f074ac72d /mail | |
parent | 3ed852de77ba3010f6289986e7926c82fa9796f4 (diff) | |
download | freebsd-ports-gnome-4817b5c1d62f040f7e54757216cc2e1b9c274f8f.tar.gz freebsd-ports-gnome-4817b5c1d62f040f7e54757216cc2e1b9c274f8f.tar.zst freebsd-ports-gnome-4817b5c1d62f040f7e54757216cc2e1b9c274f8f.zip |
- Chase devel/google-perftools shlib bump
- security/tor*: add -L${LOCALBASE}/lib to LDFLAGS (fixes linking)
Approved by: miwi, wen (mentors implicit)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rspamd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index fb8508802198..350951a7ded7 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -7,6 +7,7 @@ PORTNAME= rspamd PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://highsecure.ru/ |