diff options
-rw-r--r-- | dns/nsec3walker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/nsec3walker/Makefile b/dns/nsec3walker/Makefile index b7611de96aca..dd4b2c5c76d5 100644 --- a/dns/nsec3walker/Makefile +++ b/dns/nsec3walker/Makefile @@ -12,7 +12,7 @@ COMMENT= Walk NSEC3 secured DNSSEC zones RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:databases/py-bsddb@${PY_FLAVOR} \ dig:dns/bind-tools -USES= python shebangfix ssl +USES= python:2.7 shebangfix ssl SHEBANG_FILES= ${WRKSRC}/collect ${WRKSRC}/unhash PLIST_FILES= bin/collect \ |