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

(-)Makefile (-8 / +1 lines)
Lines 36-49 Link Here
36
36
37
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
38
38
39
.if ${OSVERSION} < 500000 && defined(MAKE_KERBEROS5) && \
39
.if ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \
40
	exists(/usr/lib/libkrb5.so) && !defined(PACKAGE_BUILDING)
41
CONFIGURE_ARGS+=	--with-krb5=/usr
42
.elif ( ${OSVERSION} < 500000 && !defined(MAKE_KERBEROS5) ) || \
43
	defined(PACKAGE_BUILDING)
44
LIB_DEPENDS+=		krb5:${PORTSDIR}/security/heimdal
45
CONFIGURE_ARGS+=	--with-krb5=${LOCALBASE}
46
.elif ${OSVERSION} >= 500000 && !defined(NO_KERBEROS) && \
47
	exists(/usr/lib/libkrb5.so)
40
	exists(/usr/lib/libkrb5.so)
48
CONFIGURE_ARGS+=	--with-krb5=/usr
41
CONFIGURE_ARGS+=	--with-krb5=/usr
49
.else
42
.else

Return to bug 73845