diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-01-04 20:56:02 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-01-04 20:56:02 +0800 |
commit | 7af1870dffea37d48a701fe868ddc3e6775ee9ed (patch) | |
tree | 37ecb71fbc42645d29292f386c7618f499fa44cd /converters | |
parent | fa813a590eb78c080a0fd4ca60c691345d2c2704 (diff) | |
download | freebsd-ports-gnome-7af1870dffea37d48a701fe868ddc3e6775ee9ed.tar.gz freebsd-ports-gnome-7af1870dffea37d48a701fe868ddc3e6775ee9ed.tar.zst freebsd-ports-gnome-7af1870dffea37d48a701fe868ddc3e6775ee9ed.zip |
Update to 0.42,
bump portrevision for dependent ports
Approved by: maintainer (timeout), miwi (mentor)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ical2html/Makefile | 9 |
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> |