View | Details | Raw Unified | Return to bug 76154 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/security/cyrus-sasl2-saslauthd/ (-1 / +4 lines)
Lines 56-63 Link Here
56
.elif ${WITH_BDB_VER} == 42
56
.elif ${WITH_BDB_VER} == 42
57
LIB_DEPENDS+=	db-4.2.2:${PORTSDIR}/databases/db42
57
LIB_DEPENDS+=	db-4.2.2:${PORTSDIR}/databases/db42
58
CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db42 --with-bdb=db-4.2
58
CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db42 --with-bdb=db-4.2
59
.elif ${WITH_BDB_VER} == 43
60
LIB_DEPENDS+=	db-4.3.0:${PORTSDIR}/databases/db43
61
CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db43 --with-bdb=db-4.3
59
.else
62
.else
60
BROKEN=		"WITH_BDB_VER must be 3, 4, 41 or 42"
63
BROKEN=		"WITH_BDB_VER must be 3, 4, 41, 42 or 43"
61
.endif
64
.endif
62
CONFIGURE_ARGS+=--with-dblib=berkeley --with-bdb-libdir=${LOCALBASE}/lib
65
CONFIGURE_ARGS+=--with-dblib=berkeley --with-bdb-libdir=${LOCALBASE}/lib
63
.else
66
.else

Return to bug 76154