diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 20:32:38 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 21:00:09 +0800 |
commit | 7da5a662d70b29c77dd66d23c80008b24a78a000 (patch) | |
tree | 66d0dca2c9c0779da84c3bfb52d5192f227934d6 | |
parent | 55bd1bbc15f3086e2650b550f8b6396c05526d28 (diff) | |
download | freebsd-ports-7da5a662d70b29c77dd66d23c80008b24a78a000.zip |
mail/py-pyspf: Update version requirement of RUN_DEPENDS
-rw-r--r-- | mail/py-pyspf/Makefile | 2 |
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 |