diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
commit | 4efa9ce4aba677e16625a76f8415226114d2d072 (patch) | |
tree | 768a9d49a28e618c67e66b92df38c1d490e817b4 /mail/elmo/Makefile | |
parent | e60f196636352a608c09494e14f7820b3215a15d (diff) | |
download | ports-4efa9ce4aba677e16625a76f8415226114d2d072.tar.gz ports-4efa9ce4aba677e16625a76f8415226114d2d072.zip |
Notes
Diffstat (limited to 'mail/elmo/Makefile')
-rw-r--r-- | mail/elmo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index 31806f23d190..1c67460e313c 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -18,8 +18,6 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf,sav MAINTAINER= trevor@FreeBSD.org COMMENT= Receive, filter, read, compose and send mail at the text console -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" INFO= elmo @@ -28,6 +26,7 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ MAN1= elmo.1 elmoconf.pl.1 PLIST= ${WRKDIR}/pkg-plist USE_GETTEXT= yes +USE_ICONV= yes USE_PERL5= yes pre-extract: |