diff options
Diffstat (limited to 'dns/py-dnspython/Makefile')
-rw-r--r-- | dns/py-dnspython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile index ddb5759460e9..f8d764a2d1e2 100644 --- a/dns/py-dnspython/Makefile +++ b/dns/py-dnspython/Makefile @@ -14,12 +14,12 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES?= python:2.7+ +USES= python:2.7+ USE_PYTHON= autoplist distutils OPTIONS_DEFINE= EXAMPLES PYCRYPTO PYCRYPTO_DESC= Enable pycrypto (part of dnssec needs it) -PYCRYPTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto +PYCRYPTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${FLAVOR} PORTEXAMPLES= ddns.py e164.py mx.py name.py reverse.py reverse_name.py \ xfr.py zonediff.py |