summaryrefslogtreecommitdiff
path: root/textproc/xmlto
diff options
context:
space:
mode:
authorwiz <wiz>2005-01-03 13:36:36 +0000
committerwiz <wiz>2005-01-03 13:36:36 +0000
commit2bb3bb90022afabe6a447efb06012421e9010652 (patch)
treed06a7f44e1554170f2a94109b3dd07753f448cb3 /textproc/xmlto
parentfe0935ce1a444a829b7b9c83d32162a803d4d973 (diff)
downloadpkgsrc-2bb3bb90022afabe6a447efb06012421e9010652.tar.gz
Add another missing dependency (libxml2, for xmllint).
Diffstat (limited to 'textproc/xmlto')
-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