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

Collapse All | Expand All

(-)/usr/ports/security/cyrus-sasl2/Makefile (-1 / +4 lines)
Lines 66-73 Link Here
66
.elif ${WITH_BDB_VER} == 42
66
.elif ${WITH_BDB_VER} == 42
67
LIB_DEPENDS+=	db-4.2.2:${PORTSDIR}/databases/db42
67
LIB_DEPENDS+=	db-4.2.2:${PORTSDIR}/databases/db42
68
CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db42 --with-bdb=db-4.2
68
CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db42 --with-bdb=db-4.2
69
.elif ${WITH_BDB_VER} == 43
70
LIB_DEPENDS+=	db-4.3.0:${PORTSDIR}/databases/db43
71
CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db43 --with-bdb=db-4.3
69
.else
72
.else
70
BROKEN=		"WITH_BDB_VER must be 3, 4, 41 or 42"
73
BROKEN=		"WITH_BDB_VER must be 3, 4, 41, 42 or 43"
71
.endif
74
.endif
72
CONFIGURE_ARGS+=--with-dblib=berkeley --with-bdb-libdir=${LOCALBASE}/lib
75
CONFIGURE_ARGS+=--with-dblib=berkeley --with-bdb-libdir=${LOCALBASE}/lib
73
SASLDB_NAME=	sasldb2
76
SASLDB_NAME=	sasldb2

Return to bug 76154