diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-09-28 10:02:43 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-09-28 10:02:43 +0000 |
commit | 4b3d0f32742453818273c90277049d516d05d7ca (patch) | |
tree | 2716811ae7c1ae1ef31b608aeae9b7c2844dcdf5 /mail/elmo-devel | |
parent | New Port: Splitting Common Lisp sequences (diff) |
Fix libintl version number.
Diffstat (limited to 'mail/elmo-devel')
-rw-r--r-- | mail/elmo-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile index e5ca947ae6ba..914ea5539cf4 100644 --- a/mail/elmo-devel/Makefile +++ b/mail/elmo-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= elmo PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= \ http://savannah.nongnu.org/download/elmo/unstable.pkg/${PORTVERSION}/ @@ -16,7 +16,7 @@ MAINTAINER= trevor@FreeBSD.org COMMENT= Receive, filter, read, compose and send mail at the text console LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - intl.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" |