diff options
author | bsam <bsam@FreeBSD.org> | 2007-02-01 03:48:12 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2007-02-01 03:48:12 +0800 |
commit | b45111704b5525b48b7726af7325317a5fa7e54c (patch) | |
tree | ef04363ad83fb96d9a894048aab760d96a045480 /textproc/xmlto/Makefile | |
parent | db0dde5453d731d4d182dba1d37a3a0296b7bcc3 (diff) | |
download | freebsd-ports-gnome-b45111704b5525b48b7726af7325317a5fa7e54c.tar.gz freebsd-ports-gnome-b45111704b5525b48b7726af7325317a5fa7e54c.tar.zst freebsd-ports-gnome-b45111704b5525b48b7726af7325317a5fa7e54c.zip |
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]
Diffstat (limited to 'textproc/xmlto/Makefile')
-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 \ |