diff options
Diffstat (limited to 'dns/dnsviz/Makefile')
-rw-r--r-- | dns/dnsviz/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dns/dnsviz/Makefile b/dns/dnsviz/Makefile index 84c191c47720..621a5e4883d8 100644 --- a/dns/dnsviz/Makefile +++ b/dns/dnsviz/Makefile @@ -10,12 +10,12 @@ COMMENT= Analysis and visualization of DNS/DNSSEC behavior LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.1:graphics/py-pygraphviz \ - ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.24.0:security/py-m2crypto \ - ${PYTHON_PKGNAMEPREFIX}dnspython>=1.11.0:dns/py-dnspython +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.1:graphics/py-pygraphviz@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.24.0:security/py-m2crypto@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dnspython>=1.11.0:dns/py-dnspython@${FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils concurrent optsuffix USE_GITHUB= yes PYDISTUTILS_INSTALLNOSINGLE= yes |