diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-13 00:57:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-13 00:57:49 +0800 |
commit | 19b146f1937c869c9980d3f9bb99a4121eb700de (patch) | |
tree | f92076b88047cd0178e29a210b199eafd841699e /mail/claws-mail | |
parent | 64f14acee05b3c4a302d0c64013be96afddab4e3 (diff) | |
download | freebsd-ports-gnome-19b146f1937c869c9980d3f9bb99a4121eb700de.tar.gz freebsd-ports-gnome-19b146f1937c869c9980d3f9bb99a4121eb700de.tar.zst freebsd-ports-gnome-19b146f1937c869c9980d3f9bb99a4121eb700de.zip |
- Fix INDEX
- Fix plist in claws-mail-themes
Thanks to: ITetcu/pav
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 09f5860d8fa6..9a3d6aca129b 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -7,6 +7,7 @@ PORTNAME= claws-mail PORTVERSION= 3.7.0 +PORTREVISION= 1 CATEGORIES= mail news ipv6 MASTER_SITES= SF/sylpheed-claws @@ -153,7 +154,7 @@ CONFIGURE_ARGS+= --disable-startup-notification .endif .if !defined(WITHOUT_THEMES) -RUN_DEPENDS+= claws-mail-themes>=20080822:${PORTSDIR}/x11-themes/claws-mail-themes +RUN_DEPENDS+= ${LOCALBASE}/share/claws-mail/themes/ZX-0_1.1/down_arrow.xpm:${PORTSDIR}/x11-themes/claws-mail-themes .endif post-patch: |