pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlto Add another missing dependency (libxml2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a2ac75ba314
branches:  trunk
changeset: 486796:3a2ac75ba314
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 03 13:36:36 2005 +0000

description:
Add another missing dependency (libxml2, for xmllint).

diffstat:

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

diffs (17 lines):

diff -r c1a0b165b002 -r 3a2ac75ba314 textproc/xmlto/Makefile
--- a/textproc/xmlto/Makefile   Mon Jan 03 13:20:28 2005 +0000
+++ b/textproc/xmlto/Makefile   Mon Jan 03 13:36:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/12/30 14:22:56 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2005/01/03 13:36:36 wiz Exp $
 #
 
 DISTNAME=              xmlto-0.0.18
@@ -13,6 +13,7 @@
 DEPENDS+=              getopt-[0-9]*:../../misc/getopt
 DEPENDS+=              bash-[0-9]*:../../shells/bash
 DEPENDS+=              docbook-xsl>=1.67.0nb1:../../textproc/docbook-xsl
+DEPENDS+=              libxml2>=2.6.2:../../textproc/libxml2
 
 USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index