summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-03-20 15:19:46 +0000
committermef <mef@pkgsrc.org>2015-03-20 15:19:46 +0000
commit746409c3ec056bc1fc542b2caa87d8af9f1cfe61 (patch)
tree346a38b7105f6d0af2295d048270726accffa1ed
parent6af86e887ae02216e87b74e464876294812c1f39 (diff)
downloadpkgsrc-746409c3ec056bc1fc542b2caa87d8af9f1cfe61.tar.gz
Fix problem of pod2man not found, thanks joerg.
-rw-r--r--net/dnstracer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dnstracer/Makefile b/net/dnstracer/Makefile
index 9450d0cdb14..89f35716dcb 100644
--- a/net/dnstracer/Makefile
+++ b/net/dnstracer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2015/03/13 18:23:02 tnn Exp $
+# $NetBSD: Makefile,v 1.15 2015/03/20 15:19:46 mef Exp $
DISTNAME= dnstracer-1.10
CATEGORIES= net
@@ -14,7 +14,7 @@ USE_PKGLOCALEDIR= yes
USE_FEATURES+= inet6
WRKSRC= ${WRKDIR}/${PKGBASE}
AUTO_MKDIRS= yes
-USE_TOOLS+= gzip tar
+USE_TOOLS+= gzip tar perl:run pod2man
LDFLAGS.SunOS+= -lresolv -lsocket -lnsl