diff options
author | trevor <trevor@FreeBSD.org> | 2003-09-28 18:02:43 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-09-28 18:02:43 +0800 |
commit | 5e855b954809b3269d4db840ff816bf0aab90b3c (patch) | |
tree | 1cb4cce0569d444cd963cf84ada775b2fd7f8e54 /mail | |
parent | efe1d2d01346c6b6c00cfeba57bd6173fc7ae29b (diff) | |
download | freebsd-ports-gnome-5e855b954809b3269d4db840ff816bf0aab90b3c.tar.gz freebsd-ports-gnome-5e855b954809b3269d4db840ff816bf0aab90b3c.tar.zst freebsd-ports-gnome-5e855b954809b3269d4db840ff816bf0aab90b3c.zip |
Fix libintl version number.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/elmo-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/elmo/Makefile | 4 |
2 files changed, 4 insertions, 4 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}" diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index e5ca947ae6ba..914ea5539cf4 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/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}" |