pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add pod2man to USE_TOOLS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e10403e91417
branches:  trunk
changeset: 596089:e10403e91417
user:      hans <hans%pkgsrc.org@localhost>
date:      Tue Nov 29 18:27:24 2011 +0000

description:
Add pod2man to USE_TOOLS.

diffstat:

 print/if-psprint/Makefile   |  4 ++--
 sysutils/munin-doc/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 2920ac683947 -r e10403e91417 print/if-psprint/Makefile
--- a/print/if-psprint/Makefile Tue Nov 29 18:26:51 2011 +0000
+++ b/print/if-psprint/Makefile Tue Nov 29 18:27:24 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2009/03/10 14:35:39 abs Exp $
+# $NetBSD: Makefile,v 1.25 2011/11/29 18:27:24 hans Exp $
 #
 
 DISTNAME=      if-psprint-1.10
@@ -13,7 +13,7 @@
 DEPENDS+=      enscript>=1.6.3nb1:../../print/enscript
 
 REPLACE_PERL=  if-psprint.pl
-USE_TOOLS+=    gs:run perl:run
+USE_TOOLS+=    gs:run perl:run pod2man
 PKG_DESTDIR_SUPPORT = user-destdir
 
 .include "../../mk/bsd.pkg.mk"
diff -r 2920ac683947 -r e10403e91417 sysutils/munin-doc/Makefile
--- a/sysutils/munin-doc/Makefile       Tue Nov 29 18:26:51 2011 +0000
+++ b/sysutils/munin-doc/Makefile       Tue Nov 29 18:27:24 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2010/07/08 17:05:40 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2011/11/29 18:29:38 hans Exp $
 #
 
 VERS=          1.3.2
@@ -17,7 +17,7 @@
 BUILD_DEPENDS+=        htmldoc>=0:../../www/htmldoc
 BUILD_DEPENDS+= html2text>=0:../../textproc/html2text
 
-USE_TOOLS+=    perl
+USE_TOOLS+=    perl pod2man
 USE_TOOLS+=    gmake
 USE_PKGINSTALL=        YES
 



Home | Main Index | Thread Index | Old Index