diff options
author | mat <mat@FreeBSD.org> | 2014-02-19 22:56:20 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-02-19 22:56:20 +0800 |
commit | 45563c109763224419370e615e5d79685d083090 (patch) | |
tree | 3223df1f39e876c52c866912e0f4d798a9da40bd /textproc | |
parent | 4309e84ed731c5ee7a9b9931612e23eb68f9bdf2 (diff) | |
download | freebsd-ports-gnome-45563c109763224419370e615e5d79685d083090.tar.gz freebsd-ports-gnome-45563c109763224419370e615e5d79685d083090.tar.zst freebsd-ports-gnome-45563c109763224419370e615e5d79685d083090.zip |
Fixup last commit.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rarian/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rarian/Makefile b/textproc/rarian/Makefile index 72eed687e907..86f93d72b54f 100644 --- a/textproc/rarian/Makefile +++ b/textproc/rarian/Makefile @@ -12,7 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An OMF help system based on the Freedesktop specification BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ - ${LOCALBASE}/share/xml/docbook/${DOCBOOK_VERSION}:${PORTSDIR}/textproc/docbook-xml + ${LOCALBASE}/share/xml/docbook/${DOCBOOK_VERSION}:${PORTSDIR}/textproc/docbook-xml \ bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/bin/getopt:${PORTSDIR}/misc/getopt \ |