pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/dnstracer Fix problem of pod2man not found, thanks...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ec33a5cb9f8
branches:  trunk
changeset: 648831:5ec33a5cb9f8
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Mar 20 15:19:46 2015 +0000

description:
Fix problem of pod2man not found, thanks joerg.

diffstat:

 net/dnstracer/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0509b2ff47d1 -r 5ec33a5cb9f8 net/dnstracer/Makefile
--- a/net/dnstracer/Makefile    Fri Mar 20 14:46:47 2015 +0000
+++ b/net/dnstracer/Makefile    Fri Mar 20 15:19:46 2015 +0000
@@ -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_FEATURES+=         inet6
 WRKSRC=                        ${WRKDIR}/${PKGBASE}
 AUTO_MKDIRS=           yes
-USE_TOOLS+=            gzip tar
+USE_TOOLS+=            gzip tar perl:run pod2man
 
 LDFLAGS.SunOS+=                -lresolv -lsocket -lnsl
 



Home | Main Index | Thread Index | Old Index