diff options
author | oliver <oliver@FreeBSD.org> | 2004-01-31 15:40:17 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-01-31 15:40:17 +0000 |
commit | bdac3ce86306890ddc575edb6d77b7378579ff26 (patch) | |
tree | c94b70ce891f45d1597bc6c266c4144a2db37cf2 /mail/sylpheed2 | |
parent | 9ef733ff097ae6451639dd155741d390da71f6b9 (diff) | |
download | FreeBSD-ports-bdac3ce86306890ddc575edb6d77b7378579ff26.zip FreeBSD-ports-bdac3ce86306890ddc575edb6d77b7378579ff26.tar.gz |
revert the last change. gtk depends on gettext-old, and gettext+gettext conflict
each other.
Bump PORTREVISION
Noted By: Sperber <sperber@gmx.at>
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 02d6fcf..85be3ec 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -7,7 +7,7 @@ PORTNAME= sylpheed PORTVERSION= 0.9.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ \ ${MASTER_SITE_SOURCEFORGE} @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= sylpheed-claws MAINTAINER= oliver@FreeBSD.org COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client -LIB_DEPENDS= intl.6:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ iconv.3:${PORTSDIR}/converters/libiconv USE_BZIP2= yes |