diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-05-22 05:56:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-05-22 05:56:51 +0000 |
commit | 04071de28e2d9dc7993b125e3b03b44dc3604ca3 (patch) | |
tree | 9b0871a47c27e25aeb9c8721a6e592247d51a702 /misc/wmcalendar | |
parent | 80b405bb460d08bbb39d3e477fc37f4d852fe26d (diff) |
Notes
Diffstat (limited to 'misc/wmcalendar')
-rw-r--r-- | misc/wmcalendar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile index d247a24af7ae..9018f80b87c5 100644 --- a/misc/wmcalendar/Makefile +++ b/misc/wmcalendar/Makefile @@ -7,14 +7,14 @@ PORTNAME= wmcalendar PORTVERSION= 0.5.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= misc windowmaker MASTER_SITES= SF MAINTAINER= xride@FreeBSD.org COMMENT= A dockable calendar with interface to iCalendar based calendars -LIB_DEPENDS= ical.43:${PORTSDIR}/devel/libical +LIB_DEPENDS= ical.44:${PORTSDIR}/devel/libical WRKSRC= ${WRKDIR}/${DISTNAME}/Src |