diff options
author | rafan <rafan@FreeBSD.org> | 2008-02-09 07:17:33 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-02-09 07:17:33 +0000 |
commit | cbb891f466b1a2b831661b9dc6ad01d34ed4f8d2 (patch) | |
tree | 869b0e36104c9e8b2f243cb3933cbc1a1174064a /misc/wmcalendar | |
parent | b9c77d861a3f3f4080b78e09d96c2637714f9632 (diff) | |
download | FreeBSD-ports-cbb891f466b1a2b831661b9dc6ad01d34ed4f8d2.zip FreeBSD-ports-cbb891f466b1a2b831661b9dc6ad01d34ed4f8d2.tar.gz |
- Chase library version bump for devel/libical
PR: ports/118444 (libical update)
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 e66f06e..3fc4dbd 100644 --- a/misc/wmcalendar/Makefile +++ b/misc/wmcalendar/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmcalendar PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc windowmaker MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= xride@FreeBSD.org COMMENT= A dockable calendar with interface to iCalendar based calendars -LIB_DEPENDS= ical.0:${PORTSDIR}/devel/libical +LIB_DEPENDS= ical.27:${PORTSDIR}/devel/libical WRKSRC= ${WRKDIR}/${DISTNAME}/Src |