diff options
author | pawel <pawel@FreeBSD.org> | 2013-10-09 02:32:05 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-10-09 02:32:05 +0800 |
commit | 74ab15713ecd94d94546165bc3b9c16e09b869ff (patch) | |
tree | e3b9130fce6ff0c82a10692bc3b749023958890b | |
parent | 12a493305bb45b5a49337027d0e5a4d2065a07de (diff) | |
download | freebsd-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/Makefile | 4 |
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" |