diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-05-15 10:46:32 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-05-15 10:46:32 +0000 |
commit | bece67de0793587f5cd34c06133f2abf68d59a4b (patch) | |
tree | 7f92b6daf11bfb3b7a5ff887d2124f865cf1e779 /mail/imp3 | |
parent | cd674241fff307bcc6573010a33e7d1bae529092 (diff) |
Notes
Diffstat (limited to 'mail/imp3')
-rw-r--r-- | mail/imp3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile index 48b454ac7f93..d4df326559fa 100644 --- a/mail/imp3/Makefile +++ b/mail/imp3/Makefile @@ -105,7 +105,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 |