diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2007-01-31 19:48:12 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2007-01-31 19:48:12 +0000 |
commit | eabcb9a740cf13cb3c3d4f2f22269077dc087aa2 (patch) | |
tree | 91aafd4ac308e9e2c5b14fd447e7985b9b8c3819 /textproc/xmlto | |
parent | 3ce8239d419dfc91e467ef6a3eaa4f30a945ee99 (diff) | |
download | ports-eabcb9a740cf13cb3c3d4f2f22269077dc087aa2.tar.gz ports-eabcb9a740cf13cb3c3d4f2f22269077dc087aa2.zip |
Notes
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 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 \ |