pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlto Add DEPENDS on bash -- it is used by xm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc0acba14dbc
branches:  trunk
changeset: 486601:bc0acba14dbc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 30 14:22:56 2004 +0000

description:
Add DEPENDS on bash -- it is used by xmlto to
run its shell scripts, and during the build too.

diffstat:

 textproc/xmlto/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 69853f618148 -r bc0acba14dbc textproc/xmlto/Makefile
--- a/textproc/xmlto/Makefile   Thu Dec 30 14:02:34 2004 +0000
+++ b/textproc/xmlto/Makefile   Thu Dec 30 14:22:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/12/26 15:57:18 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2004/12/30 14:22:56 wiz Exp $
 #
 
 DISTNAME=              xmlto-0.0.18
@@ -11,6 +11,7 @@
 COMMENT=               Tool to help transform XML documents into other formats
 
 DEPENDS+=              getopt-[0-9]*:../../misc/getopt
+DEPENDS+=              bash-[0-9]*:../../shells/bash
 DEPENDS+=              docbook-xsl>=1.67.0nb1:../../textproc/docbook-xsl
 
 USE_BUILDLINK3=                yes



Home | Main Index | Thread Index | Old Index