diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-02-09 07:17:33 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-02-09 07:17:33 +0000 |
commit | 0645e64449c40c1176140eb0c46169bf29ecdca9 (patch) | |
tree | 202b9a165f575f594b2e4b888da3b36432fcaba1 /misc | |
parent | 1e7616123c6fe86b9fb298356f3be4f31f101979 (diff) | |
download | ports-0645e64449c40c1176140eb0c46169bf29ecdca9.tar.gz ports-0645e64449c40c1176140eb0c46169bf29ecdca9.zip |
Notes
Diffstat (limited to 'misc')
-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 e66f06e46edc..3fc4dbd54e13 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 |