diff options
author | oliver <oliver@FreeBSD.org> | 2004-01-31 23:40:17 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-01-31 23:40:17 +0800 |
commit | bdac3ce86306890ddc575edb6d77b7378579ff26 (patch) | |
tree | c94b70ce891f45d1597bc6c266c4144a2db37cf2 /mail/sylpheed | |
parent | 9ef733ff097ae6451639dd155741d390da71f6b9 (diff) | |
download | freebsd-ports-gnome-bdac3ce86306890ddc575edb6d77b7378579ff26.tar.gz freebsd-ports-gnome-bdac3ce86306890ddc575edb6d77b7378579ff26.tar.zst freebsd-ports-gnome-bdac3ce86306890ddc575edb6d77b7378579ff26.zip |
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/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 02d6fcfb77b5..85be3ec7348d 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/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 |