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

(-)databases/evolution-data-server/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	evolution-data-server
5
PORTNAME=	evolution-data-server
6
PORTVERSION=	2.32.1
6
PORTVERSION=	2.32.1
7
PORTREVISION=	7
7
PORTREVISION=	8
8
CATEGORIES=	databases gnome
8
CATEGORIES=	databases gnome
9
MASTER_SITES=	GNOME
9
MASTER_SITES=	GNOME
10
DIST_SUBDIR=	gnome2
10
DIST_SUBDIR=	gnome2
Lines 44-54 Link Here
44
44
45
WEATHER_LIB_DEPENDS=	libgweather.so:${PORTSDIR}/net/libgweather
45
WEATHER_LIB_DEPENDS=	libgweather.so:${PORTSDIR}/net/libgweather
46
WEATHER_CONFIGURE_WITH=	weather
46
WEATHER_CONFIGURE_WITH=	weather
47
KERBEROS_CONFIGURE_WITH=	--with-krb5=/usr
48
47
49
.include <bsd.port.options.mk>
48
.include <bsd.port.options.mk>
50
49
51
.if ${PORT_OPTIONS:MKERBEROS}
50
.if ${PORT_OPTIONS:MKERBEROS}
51
CONFIGURE_ARGS+=	--with-krb5=/usr
52
KRB5_LIB=	`/usr/bin/krb5-config gssapi --libs`
52
KRB5_LIB=	`/usr/bin/krb5-config gssapi --libs`
53
.endif
53
.endif

Return to bug 189037