aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-01-04 12:56:02 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-01-04 12:56:02 +0000
commit7af1870dffea37d48a701fe868ddc3e6775ee9ed (patch)
tree37ecb71fbc42645d29292f386c7618f499fa44cd /converters
parentfa813a590eb78c080a0fd4ca60c691345d2c2704 (diff)
downloadports-7af1870dffea37d48a701fe868ddc3e6775ee9ed.tar.gz
ports-7af1870dffea37d48a701fe868ddc3e6775ee9ed.zip
Update to 0.42,
bump portrevision for dependent ports Approved by: maintainer (timeout), miwi (mentor)
Notes
Notes: svn path=/head/; revision=225232
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>