diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-29 19:03:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-29 19:03:25 +0000 |
commit | 2328bfb8fe2f673218a3283f4491605e94116b41 (patch) | |
tree | 47483b0715961d6afad48ecae245dabdf3cc88b8 /mail/tumgreyspf | |
parent | 4e398edc2a6b9e139544e37c69e219c22fded087 (diff) | |
download | ports-2328bfb8fe2f673218a3283f4491605e94116b41.tar.gz ports-2328bfb8fe2f673218a3283f4491605e94116b41.zip |
Notes
Diffstat (limited to 'mail/tumgreyspf')
-rw-r--r-- | mail/tumgreyspf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/tumgreyspf/Makefile b/mail/tumgreyspf/Makefile index 5f4716ce350f..c828f2a750ac 100644 --- a/mail/tumgreyspf/Makefile +++ b/mail/tumgreyspf/Makefile @@ -3,7 +3,7 @@ PORTNAME= tumgreyspf PORTVERSION= 1.38 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.tummy.com/pub/tummy/tumgreyspf/ \ ftp://ftp.tummy.com/pub/tummy/tumgreyspf/old-releases/ \ @@ -14,7 +14,7 @@ COMMENT= External policy checker for the postfix mail server LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/spf.py:${PORTSDIR}/mail/py-spf +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyspf>=0:${PORTSDIR}/mail/py-pyspf OPTIONS_DEFINE= DOCS |