View | Details | Raw Unified | Return to bug 111942
Collapse All | Expand All

(-)Makefile (-9 / +1 lines)
Lines 18-24 Link Here
18
18
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
USE_BZIP2=	yes
20
USE_BZIP2=	yes
21
INSTALLS_SHLIB=	yes
21
USE_LDCONFIG=	yes
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS+=	--with-libintl-prefix=${LOCALBASE} --enable-security \
23
CONFIGURE_ARGS+=	--with-libintl-prefix=${LOCALBASE} --enable-security \
24
			--with-xgnokiidir=${PREFIX}/share
24
			--with-xgnokiidir=${PREFIX}/share
Lines 42-51 Link Here
42
42
43
.include <bsd.port.pre.mk>
43
.include <bsd.port.pre.mk>
44
44
45
.if ${OSVERSION} < 500000
46
BROKEN=		Does not compile on FreeBSD 4.x
47
.endif
48
49
.if exists(${LOCALBASE}/lib/libical.so.0)
45
.if exists(${LOCALBASE}/lib/libical.so.0)
50
WITH_ICAL=	yes
46
WITH_ICAL=	yes
51
.endif
47
.endif
Lines 54-63 Link Here
54
LIB_DEPENDS+=	ical.0:${PORTSDIR}/devel/libical
50
LIB_DEPENDS+=	ical.0:${PORTSDIR}/devel/libical
55
.endif
51
.endif
56
52
57
.if ${OSVERSION} < 500000
58
LIB_DEPENDS+=	krb5:${PORTSDIR}/security/heimdal
59
.endif
60
61
# If smsd is enabled check if MySQL or PostgreSQL are installed and
53
# If smsd is enabled check if MySQL or PostgreSQL are installed and
62
# build the modules, no switches to make this port build those, if
54
# build the modules, no switches to make this port build those, if
63
# you want them, just install them before this port. The port will
55
# you want them, just install them before this port. The port will

Return to bug 111942