summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-01-03 13:36:36 +0000
committerwiz <wiz@pkgsrc.org>2005-01-03 13:36:36 +0000
commitde3e2a52e1e373d69ae954b5ef596aca5a2d17a9 (patch)
treed06a7f44e1554170f2a94109b3dd07753f448cb3 /textproc
parentae6f41a73d8c539838cc7d22099a9bcb21fc4f02 (diff)
downloadpkgsrc-de3e2a52e1e373d69ae954b5ef596aca5a2d17a9.tar.gz
Add another missing dependency (libxml2, for xmllint).
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xmlto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile
index f12e0c943be..46f237c6720 100644
--- a/textproc/xmlto/Makefile
+++ b/textproc/xmlto/Makefile
@@ -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 @@ 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
+DEPENDS+= libxml2>=2.6.2:../../textproc/libxml2
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes