diff options
-rw-r--r-- | dns/fpdns/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile index dbbda51b06c9..6f85df6573c9 100644 --- a/dns/fpdns/Makefile +++ b/dns/fpdns/Makefile @@ -12,12 +12,14 @@ COMMENT= Fingerprinting DNS servers LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GITHUB= yes GH_ACCOUNT= kirei GH_TAGNAME= 20130404 +NO_ARCH= yes USES= perl5 USE_PERL5= configure |