diff options
author | sada <sada@FreeBSD.org> | 2002-05-17 12:57:54 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-05-17 12:57:54 +0800 |
commit | b2c23e7d35a0f2fc1eaa5dcd57df86b9f9ebfb0a (patch) | |
tree | a39ecf3cebcafdc78f70e6f0446d9a6e4e0daf2b /mail/imp | |
parent | b48fad57d791baa4e9f8fdf511cd448869eda886 (diff) | |
download | freebsd-ports-gnome-b2c23e7d35a0f2fc1eaa5dcd57df86b9f9ebfb0a.tar.gz freebsd-ports-gnome-b2c23e7d35a0f2fc1eaa5dcd57df86b9f9ebfb0a.tar.zst freebsd-ports-gnome-b2c23e7d35a0f2fc1eaa5dcd57df86b9f9ebfb0a.zip |
I forgot to patch a line.
PR: ports/35740
Pointed out by: maintainer
Diffstat (limited to 'mail/imp')
-rw-r--r-- | mail/imp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 95eeb9411f60..bae58990f05c 100644 --- a/mail/imp/Makefile +++ b/mail/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 |