aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
Diffstat (limited to 'converters')
-rw-r--r--converters/ical2html/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/converters/ical2html/Makefile b/converters/ical2html/Makefile
index 8e471e0619a8..2d44eaa8830d 100644
--- a/converters/ical2html/Makefile
+++ b/converters/ical2html/Makefile
@@ -7,19 +7,18 @@
PORTNAME= ical2html
PORTVERSION= 0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters
MASTER_SITES= http://www.w3.org/Tools/Ical2html/
MAINTAINER= keiichi@iijlab.net
COMMENT= Manipulation commands for iCalendar files
-LIB_DEPENDS= ical.27:${PORTSDIR}/devel/libical
+LIB_DEPENDS= ical.42:${PORTSDIR}/devel/libical
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/libical -I${LOCALBASE}/include" \
+ LDFLAGS=-L${LOCALBASE}/lib
.include <bsd.port.mk>