diff options
Diffstat (limited to 'dns/py-dnspython')
-rw-r--r-- | dns/py-dnspython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile index f475c77db6e2..ed3d16dc865a 100644 --- a/dns/py-dnspython/Makefile +++ b/dns/py-dnspython/Makefile @@ -11,7 +11,7 @@ MAINTAINER= rm@FreeBSD.org COMMENT= DNS toolkit for Python NO_ARCH= yes -USES= python:2.7+ +USES?= python:2.7+ USE_PYTHON= autoplist distutils OPTIONS_DEFINE= DOCS EXAMPLES PYCRYPTO |