diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-29 15:00:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-29 15:00:38 +0800 |
commit | 0e476ea6b2269e513731642175d1d4079e7b52a0 (patch) | |
tree | d74f052cdb0abc98af6db5d26dc2ab80c02475f5 /dns/fpdns | |
parent | 012bedcc16deea442f137e1bb9a9352fe892e069 (diff) | |
download | freebsd-ports-gnome-0e476ea6b2269e513731642175d1d4079e7b52a0.tar.gz freebsd-ports-gnome-0e476ea6b2269e513731642175d1d4079e7b52a0.tar.zst freebsd-ports-gnome-0e476ea6b2269e513731642175d1d4079e7b52a0.zip |
- Add BUILD_DEPENDS
- Add NO_ARCH
Diffstat (limited to 'dns/fpdns')
-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 |