aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:32:38 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 13:00:09 +0000
commit7da5a662d70b29c77dd66d23c80008b24a78a000 (patch)
tree66d0dca2c9c0779da84c3bfb52d5192f227934d6 /mail
parent55bd1bbc15f3086e2650b550f8b6396c05526d28 (diff)
downloadports-7da5a662d70b29c77dd66d23c80008b24a78a000.tar.gz
ports-7da5a662d70b29c77dd66d23c80008b24a78a000.zip
mail/py-pyspf: Update version requirement of RUN_DEPENDS
Diffstat (limited to 'mail')
-rw-r--r--mail/py-pyspf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/py-pyspf/Makefile b/mail/py-pyspf/Makefile
index 0a8409813563..0102393fa396 100644
--- a/mail/py-pyspf/Makefile
+++ b/mail/py-pyspf/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/sdgathman/pyspf
LICENSE= PSFL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}authres>=0:mail/py-authres@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dnspython>=1.16.0:dns/py-dnspython@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}dnspython>=1.16.0,1:dns/py-dnspython@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
USES= python:3.6+ shebangfix