diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-05-17 04:57:54 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-05-17 04:57:54 +0000 |
commit | bbf6cdcb2c5f4ff98302e8ed78bb07a9d3bf8733 (patch) | |
tree | a74bfe26bf93757577e6a10255b99552482553f7 /mail/horde4-imp | |
parent | f2ed548250543edd447b46acd300791c003593c3 (diff) |
I forgot to patch a line.
PR: ports/35740
Pointed out by: maintainer
Notes
Notes:
svn path=/head/; revision=59294
Diffstat (limited to 'mail/horde4-imp')
-rw-r--r-- | mail/horde4-imp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile index 95eeb9411f60..bae58990f05c 100644 --- a/mail/horde4-imp/Makefile +++ b/mail/horde4-imp/Makefile @@ -83,7 +83,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw RUN_DEPENDS+= ${LOCALBASE}/bin/wvHtml:${PORTSDIR}/textproc/wv .endif .if !defined(WITHOUT_XL) -RUN_DEPENDS+= ${LOCALBASE}/bin/xlHtml:${PORTSDIR}/textproc/xlhtml +RUN_DEPENDS+= ${LOCALBASE}/bin/xlhtml:${PORTSDIR}/textproc/xlhtml .endif .if !defined(WITHOUT_ZIP) RUN_DEPENDS+= ${LOCALBASE}/bin/zipinfo:${PORTSDIR}/archivers/unzip |