diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-19 14:56:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-19 14:56:20 +0000 |
commit | 2256fb89cbcddbdf4b564d1ef2a3049dc0bcf5a2 (patch) | |
tree | 3223df1f39e876c52c866912e0f4d798a9da40bd /textproc/rarian | |
parent | 1c2ea6b1b7282aecfbc810280221255a7858c905 (diff) |
Notes
Diffstat (limited to 'textproc/rarian')
-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 \ |