diff options
author | sanpei <sanpei@FreeBSD.org> | 2014-02-22 14:28:32 +0800 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2014-02-22 14:28:32 +0800 |
commit | 461727ae4b59eb2463a929b8f7f051cc71f2b861 (patch) | |
tree | 1cbae334924d108dbd69db457b4d6b577af71d2c | |
parent | fb3c1eb1b6574076c264436ca51c75f2880c6054 (diff) | |
download | freebsd-ports-gnome-461727ae4b59eb2463a929b8f7f051cc71f2b861.tar.gz freebsd-ports-gnome-461727ae4b59eb2463a929b8f7f051cc71f2b861.tar.zst freebsd-ports-gnome-461727ae4b59eb2463a929b8f7f051cc71f2b861.zip |
add bind-tools at RUN_DEPENDS for dig command.
Because 10.0-RELEASE and later system does not have bind(include dig)
-rw-r--r-- | dns/doc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/doc/Makefile b/dns/doc/Makefile index 22d732d9f756..21442f8e5404 100644 --- a/dns/doc/Makefile +++ b/dns/doc/Makefile @@ -11,6 +11,8 @@ MASTER_SITE_SUBDIR= sanpei MAINTAINER= sanpei@FreeBSD.org COMMENT= Diagnose unhealthy DNS domains +RUN_DEPENDS= dig:${PORTSDIR}/dns/bind-tools + USE_BZIP2= yes AUX_DIR= lib/doc |