diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-10 10:51:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-10 10:51:06 +0000 |
commit | 69a0238e3d75f556db7dc2c87555a4ef5104f3c5 (patch) | |
tree | cb676c83527d1b7d54d9bad1fde7f2e312962458 /mail/crm114 | |
parent | 8591453412c236186a5685d06768b6e85e90109f (diff) |
Notes
Diffstat (limited to 'mail/crm114')
-rw-r--r-- | mail/crm114/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/crm114/Makefile b/mail/crm114/Makefile index 5958928d69a1..161df3606cd0 100644 --- a/mail/crm114/Makefile +++ b/mail/crm114/Makefile @@ -7,7 +7,7 @@ PORTNAME= crm114 PORTVERSION= 20040221 -PORTREVISION= 1 +PORTREVISION= 2 # WARNING change versionname in CRM114RELEASENAME too. # portlint didn't like this variable at this place. # So I have to put it down in this file. @@ -23,7 +23,7 @@ DISTFILES= ${DISTNAME}.tar.gz ${DISTNAME:R}.css.tar.gz MAINTAINER= Meno.Abels@Adviser.com COMMENT= An Markov based SpamFilter -LIB_DEPENDS= tre.4:${PORTSDIR}/textproc/libtre +LIB_DEPENDS= tre.5:${PORTSDIR}/textproc/libtre # there is no other then formail on this planet RUN_DEPENDS= procmail:${PORTSDIR}/mail/procmail |