diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-30 14:22:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-30 14:22:56 +0000 |
commit | 5c0e2b8f22d9e9703e167c685b8b6bff3af30656 (patch) | |
tree | 9c079a71d31f079ea70d9a1a877e0bdbb6e936f4 /textproc/xmlto | |
parent | 8ac99bfe815dad20169cb906d7fc566073c8f0e0 (diff) | |
download | pkgsrc-5c0e2b8f22d9e9703e167c685b8b6bff3af30656.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/Makefile | 3 |
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 |