1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

fix build when libical is enabled

Submitted By:	Ron MacNeil <macro@hotmail.com>
PR:		155339
This commit is contained in:
Oliver Lehmann 2011-03-07 09:55:49 +00:00
parent 3766541121
commit bd46784f9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270418
2 changed files with 609 additions and 604 deletions

View File

@ -44,6 +44,11 @@ CONFIGURE_ARGS+=--with-bdb4=no
.if defined(WITH_ICAL)
LIB_DEPENDS+= ical.44:${PORTSDIR}/devel/libical
CONFIGURE_ENV+= CFLAGS="${CLFAGS} -I${LOCALBASE}/include/libical"
PLIST_SUB+= WITH_ICAL="@comment "
.else
CONFIGURE_ARGS+=--disable-libical
PLIST_SUB+= WITH_ICAL=""
.endif
post-patch:

File diff suppressed because it is too large Load Diff