aboutsummaryrefslogtreecommitdiffstats
path: root/converters/ical2html/Makefile
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2009-01-04 20:56:02 +0800
committermakc <makc@FreeBSD.org>2009-01-04 20:56:02 +0800
commitcd3508d86367a8160c155e5551cf90a949458a4b (patch)
tree0d8dbf98546551e745566ad226e86ca3a4d5f9b6 /converters/ical2html/Makefile
parentdb8441535e9e27067f7cc6c396e7c5b0ef283bbf (diff)
downloadfreebsd-ports-gnome-cd3508d86367a8160c155e5551cf90a949458a4b.tar.gz
freebsd-ports-gnome-cd3508d86367a8160c155e5551cf90a949458a4b.tar.zst
freebsd-ports-gnome-cd3508d86367a8160c155e5551cf90a949458a4b.zip
Update to 0.42,
bump portrevision for dependent ports Approved by: maintainer (timeout), miwi (mentor)
Diffstat (limited to 'converters/ical2html/Makefile')
-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>