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 /converters/ical2html | |
parent | 1e7616123c6fe86b9fb298356f3be4f31f101979 (diff) |
- Chase library version bump for devel/libical
PR: ports/118444 (libical update)
Notes
Notes:
svn path=/head/; revision=206935
Diffstat (limited to 'converters/ical2html')
-rw-r--r-- | converters/ical2html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/ical2html/Makefile b/converters/ical2html/Makefile index 90f22de41e66..2f866d71e6bb 100644 --- a/converters/ical2html/Makefile +++ b/converters/ical2html/Makefile @@ -7,13 +7,14 @@ PORTNAME= ical2html PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= http://www.w3.org/Tools/Ical2html/ MAINTAINER= keiichi@iijlab.net COMMENT= Manipulation commands for iCalendar files -LIB_DEPENDS= ical.0:${PORTSDIR}/devel/libical +LIB_DEPENDS= ical.27:${PORTSDIR}/devel/libical GNU_CONFIGURE= yes |