diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-29 17:29:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-29 17:29:51 +0000 |
commit | e9f5f4530e885b90eff39a29bf8b0d5e28518be9 (patch) | |
tree | 354dbb3523bd0feff8794ab7a2a468c70b7f7883 /mail/py-spf | |
parent | 4aee74a6a89112a4e73d513f45f4a043218d73ec (diff) |
Notes
Diffstat (limited to 'mail/py-spf')
-rw-r--r-- | mail/py-spf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/py-spf/Makefile b/mail/py-spf/Makefile index d119ca604f85..8a384c87395a 100644 --- a/mail/py-spf/Makefile +++ b/mail/py-spf/Makefile @@ -3,7 +3,7 @@ PORTNAME= spf PORTVERSION= 2.0.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail python MASTER_SITES= SF/pymilter/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,7 +27,7 @@ SHEBANG_FILES= spf.py .if ${PYTHON_REL} < 3000 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dns>=0:${PORTSDIR}/dns/py-dns .else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dns3>=0:${PORTSDIR}/dns/py-dns3 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}py3dns>=0:${PORTSDIR}/dns/py-py3dns .endif post-install: |