From 4bf1ce008b9cf98f9d0fb85035a24804d65c5a2c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 11 Dec 2013 15:15:48 +0000 Subject: In preparation for making libtool generate libraries with a sane name, fix all LIB_DEPENDS in converters --- converters/ical2html/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converters/ical2html') 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 -- cgit v1.2.3