summaryrefslogtreecommitdiff
path: root/textproc/xmlto
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-30 14:22:56 +0000
committerwiz <wiz>2004-12-30 14:22:56 +0000
commitee6302ef768d1474b77b4ddd74b0caa1eea25521 (patch)
tree9c079a71d31f079ea70d9a1a877e0bdbb6e936f4 /textproc/xmlto
parent47b652c232a5e3e061a61a14a21e734276f87906 (diff)
downloadpkgsrc-ee6302ef768d1474b77b4ddd74b0caa1eea25521.tar.gz
Add DEPENDS on bash -- it is used by xmlto to
run its shell scripts, and during the build too.
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 6326cdae9f3..f12e0c943be 100644
--- a/textproc/xmlto/Makefile
+++ b/textproc/xmlto/Makefile
@@ -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 @@ HOMEPAGE= http://cyberelk.net/tim/xmlto/index.html
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