diff options
author | netchild <netchild@FreeBSD.org> | 2006-03-19 03:14:41 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-03-19 03:14:41 +0800 |
commit | 4987bfd1571c0ed50eddb9cda1315c78f891b855 (patch) | |
tree | e7862458e29288db296614dd2b60dfd47c45e583 /mail/claws-mail/Makefile | |
parent | bd1c72182d496b011224de3f84493b6c537a29a8 (diff) | |
download | freebsd-ports-gnome-4987bfd1571c0ed50eddb9cda1315c78f891b855.tar.gz freebsd-ports-gnome-4987bfd1571c0ed50eddb9cda1315c78f891b855.tar.zst freebsd-ports-gnome-4987bfd1571c0ed50eddb9cda1315c78f891b855.zip |
- Sylpheed Claws uses metamail to open attachments with external programs. [1]
- The extra patch isn't needed anymore. [2]
PR: 94102 [1]
Submitted by: Pawel Pekala <c0rn@o2.pl> [1]
Noticed by: piotr.smyrak@heron.pl [2]
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r-- | mail/claws-mail/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 7b6e5d91a7b5..f01fae0b4e01 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -7,7 +7,7 @@ PORTNAME= sylpheed-claws PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -19,7 +19,8 @@ MAINTAINER= netchild@FreeBSD.org COMMENT= A lightweight and very featureful GTK+ based e-mail and news client LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan -RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support +RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \ + ${LOCALBASE}/bin/metamail:${PORTSDIR}/mail/metamail THEMEVERSION= 20040929 THEMEFILE= sylpheed-iconset-${THEMEVERSION}.tar.gz @@ -60,10 +61,6 @@ OPTIONS= ALL "Enable all options." off \ THEMES "Install additional themes." on -.if defined(NOPORTDOCS) -EXTRA_PATCHES= ${FILESDIR}/extra-doc:Makefile.in -.endif - .include <bsd.port.pre.mk> .if !defined(WITHOUT_SSL) |