diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-10-29 12:50:04 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-10-29 12:50:04 +0000 |
commit | 54f4f759ac6ea54dde3bfe8a2f3f9d407bbb2b6a (patch) | |
tree | 3de333e910af21953c9766272ec85e4539e5250f /mail/xf-spf | |
parent | 2611ce3b288c89e1e9ca52092c3020f5fa2aa04a (diff) |
Notes
Diffstat (limited to 'mail/xf-spf')
-rw-r--r-- | mail/xf-spf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/xf-spf/Makefile b/mail/xf-spf/Makefile index 04510edde322..d965e21ae803 100644 --- a/mail/xf-spf/Makefile +++ b/mail/xf-spf/Makefile @@ -7,13 +7,14 @@ PORTNAME= xf-spf PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/ MAINTAINER= lippe@FreeBSD.org COMMENT= SPF checker for Qmail's SMTPEXTFORK patch -LIB_DEPENDS+= spf2.2:${PORTSDIR}/mail/libspf2 +LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2 USE_QMAIL= yes USE_BZIP2= yes |