diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 15:15:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 15:15:48 +0000 |
commit | 4bf1ce008b9cf98f9d0fb85035a24804d65c5a2c (patch) | |
tree | 3ec42fb434cb5f528b84b082acb67b96c0b2bb43 /converters/ical2html | |
parent | 22aa02fd75058917ae1de3fef7cff74b1bcd6c56 (diff) |
Notes
Diffstat (limited to 'converters/ical2html')
-rw-r--r-- | converters/ical2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/ical2html/Makefile b/converters/ical2html/Makefile index 9c8c2d54a4cc..52ad79b106c5 100644 --- a/converters/ical2html/Makefile +++ b/converters/ical2html/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.w3.org/Tools/Ical2html/ MAINTAINER= keiichi@iijlab.net COMMENT= Manipulation commands for iCalendar files -LIB_DEPENDS= ical:${PORTSDIR}/devel/libical +LIB_DEPENDS= libical.so:${PORTSDIR}/devel/libical GNU_CONFIGURE= yes |