diff options
Diffstat (limited to 'mail/mailest')
-rw-r--r-- | mail/mailest/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mailest/Makefile b/mail/mailest/Makefile index 5cd8b269cece..7e07d6e0fbc6 100644 --- a/mail/mailest/Makefile +++ b/mail/mailest/Makefile @@ -14,9 +14,9 @@ LICENSE_FILE_ISCL= ${WRKSRC}/LICENSE.ISCL LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE.LGPL21 LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 \ - libqdbm.so:${PORTSDIR}/databases/qdbm -RUN_DEPENDS= mewl:${PORTSDIR}/mail/mew \ - estcmd:${PORTSDIR}/textproc/hyperestraier + libqdbm.so:${PORTSDIR}/databases/qdbm \ + libestraier.so:${PORTSDIR}/textproc/hyperestraier +RUN_DEPENDS= mewl:${PORTSDIR}/mail/mew USES= iconv USE_EMACS= yes |