aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-10-09 02:32:05 +0800
committerpawel <pawel@FreeBSD.org>2013-10-09 02:32:05 +0800
commit74ab15713ecd94d94546165bc3b9c16e09b869ff (patch)
treee3b9130fce6ff0c82a10692bc3b749023958890b
parent12a493305bb45b5a49337027d0e5a4d2065a07de (diff)
downloadfreebsd-ports-gnome-74ab15713ecd94d94546165bc3b9c16e09b869ff.tar.gz
freebsd-ports-gnome-74ab15713ecd94d94546165bc3b9c16e09b869ff.tar.zst
freebsd-ports-gnome-74ab15713ecd94d94546165bc3b9c16e09b869ff.zip
Fix patching
-rw-r--r--mail/claws-mail-vcalendar/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/claws-mail-vcalendar/Makefile b/mail/claws-mail-vcalendar/Makefile
index 3947ee06c32f..9e64691b1542 100644
--- a/mail/claws-mail-vcalendar/Makefile
+++ b/mail/claws-mail-vcalendar/Makefile
@@ -2,10 +2,12 @@
# $FreeBSD$
PORTNAME= vcalendar
-PORTREVISION= 1
+PORTREVISION= 2
COMMENT= vCalendar plugin for Claws Mail
+EXTRA_PATCHES= ${FILESDIR}/patch-src__plugins__vcalendar__vcal_meeting_gtk.c
+
CLAWS_PLUGINS_BUILD= vcalendar
.include "../claws-mail/Makefile.claws"