aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-05-28 21:18:04 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-05-28 21:18:04 +0000
commite2fc852e1f3937120ccf211a60ed17937710f95e (patch)
treed04c07e3d7bb8e0a9672fa1352e861539d6773c5 /dns
parent60bf62fc0a2bf07c66bde8e10f881bc53cbc2eb6 (diff)
downloadports-e2fc852e1f3937120ccf211a60ed17937710f95e.tar.gz
ports-e2fc852e1f3937120ccf211a60ed17937710f95e.zip
Register dependency on groff
PR: 213725
Notes
Notes: svn path=/head/; revision=441925
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsproxy/Makefile1
-rw-r--r--dns/dnsutl/Makefile1
-rw-r--r--dns/libbind/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile
index 4bd55de35008..0e71197b87cd 100644
--- a/dns/dnsproxy/Makefile
+++ b/dns/dnsproxy/Makefile
@@ -14,6 +14,7 @@ LIB_DEPENDS= libevent.so:devel/libevent
GNU_CONFIGURE= yes
+USES= groff
USE_RC_SUBR= dnsproxy
PLIST_FILES= sbin/dnsproxy etc/${PORTNAME}/dnsproxy.conf.sample \
diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile
index 30aede89b0df..fd73f864309b 100644
--- a/dns/dnsutl/Makefile
+++ b/dns/dnsutl/Makefile
@@ -19,6 +19,7 @@ ALL_TARGET= all sure
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE= yes
+USES= groff
post-install:
${INSTALL_MAN} ${WRKSRC}/man1/*.1 ${STAGEDIR}${MANPREFIX}/man/man1
diff --git a/dns/libbind/Makefile b/dns/libbind/Makefile
index 4acb17bc8827..6977172dec3a 100644
--- a/dns/libbind/Makefile
+++ b/dns/libbind/Makefile
@@ -18,6 +18,7 @@ MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --with-randomdev=/dev/random
+USES= groff
OPTIONS_DEFINE= IPV6 THREADS
OPTIONS_DEFAULT= THREADS