summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2007-01-31 19:48:12 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2007-01-31 19:48:12 +0000
commiteabcb9a740cf13cb3c3d4f2f22269077dc087aa2 (patch)
tree91aafd4ac308e9e2c5b14fd447e7985b9b8c3819 /textproc
parentBump PORTREVISION after latest modification in master port (fix modules (diff)
In preparation to deprecate shells/bash2 do at textproc/xmlto [1]
and devel/cogito [2]: . change RUN_DEPENDS shells/bash2 -> shells/bash; . bump PORTREVISION. PR: 107005 [1], 107113 [2] Submitted by: bsam (me) [1], [2] Approved by: anholt (maintainer timeout) [2]
Notes
Notes: svn path=/head/; revision=183810
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 59a5c2ae9c0c..22e857aac49e 100644
--- a/textproc/xmlto/Makefile
+++ b/textproc/xmlto/Makefile
@@ -10,13 +10,14 @@
PORTNAME= xmlto
PORTVERSION= 0.0.18
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://cyberelk.net/tim/data/xmlto/stable/
MAINTAINER= ports@FreeBSD.org
COMMENT= Front-end to an XSL toolchain
-BUILD_DEPENDS= ${BASH_CMD}:${PORTSDIR}/shells/bash2 \
+BUILD_DEPENDS= ${BASH_CMD}:${PORTSDIR}/shells/bash \
${GETOPT_CMD}:${PORTSDIR}/misc/getopt \
xmllint:${PORTSDIR}/textproc/libxml2 \
xsltproc:${PORTSDIR}/textproc/libxslt \