diff options
Diffstat (limited to 'mail/elm+ME/Makefile')
-rw-r--r-- | mail/elm+ME/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index db23038f2f6..c51458067e4 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/Makefile @@ -32,8 +32,6 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= cyrille.lefevre@laposte.net COMMENT= A once-popular mail user agent, unofficial clone -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - # not needed since config.sh is generated by scripts/pre-configure. # BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell # BUILD_DEPENDS= metamail:${PORTSDIR}/mail/metamail @@ -46,6 +44,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv WRKSRC= ${WRKDIR}/${DISTNAME:S/-//:S/ME+/.ME+./} HAS_CONFIGURE= yes +USE_ICONV= yes USE_REINPLACE= yes CONFIGURE_SCRIPT= Configure |