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

(-)postfix/Makefile (-1 / +1 lines)
Lines 218-224 Link Here
218
.endif
218
.endif
219
219
220
.if ${PORT_OPTIONS:MCDB}
220
.if ${PORT_OPTIONS:MCDB}
221
BUILD_DEPENDS+=		${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb
221
LIB_DEPENDS+=		libcdb.so:${PORTSDIR}/databases/tinycdb
222
POSTFIX_CCARGS+=	-DHAS_CDB -I${LOCALBASE}/include
222
POSTFIX_CCARGS+=	-DHAS_CDB -I${LOCALBASE}/include
223
POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lcdb
223
POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lcdb
224
.endif
224
.endif
(-)postfix-current/Makefile (-1 / +1 lines)
Lines 216-222 Link Here
216
.endif
216
.endif
217
217
218
.if ${PORT_OPTIONS:MCDB}
218
.if ${PORT_OPTIONS:MCDB}
219
BUILD_DEPENDS+=		${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb
219
LIB_DEPENDS+=		libcdb.so:${PORTSDIR}/databases/tinycdb
220
POSTFIX_CCARGS+=	-DHAS_CDB -I${LOCALBASE}/include
220
POSTFIX_CCARGS+=	-DHAS_CDB -I${LOCALBASE}/include
221
POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lcdb
221
POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lcdb
222
.endif
222
.endif
(-)postfix27/Makefile (-1 / +1 lines)
Lines 198-204 Link Here
198
.endif
198
.endif
199
199
200
.if ${PORT_OPTIONS:MCDB}
200
.if ${PORT_OPTIONS:MCDB}
201
BUILD_DEPENDS+=		${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb
201
LIB_DEPENDS+=		libcdb.so:${PORTSDIR}/databases/tinycdb
202
POSTFIX_CCARGS+=	-DHAS_CDB -I${LOCALBASE}/include
202
POSTFIX_CCARGS+=	-DHAS_CDB -I${LOCALBASE}/include
203
POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lcdb
203
POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lcdb
204
.endif
204
.endif
(-)postfix28/Makefile (-1 / +1 lines)
Lines 220-226 Link Here
220
.endif
220
.endif
221
221
222
.if ${PORT_OPTIONS:MCDB}
222
.if ${PORT_OPTIONS:MCDB}
223
BUILD_DEPENDS+=		${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb
223
LIB_DEPENDS+=		libcdb.so:${PORTSDIR}/databases/tinycdb
224
POSTFIX_CCARGS+=	-DHAS_CDB -I${LOCALBASE}/include
224
POSTFIX_CCARGS+=	-DHAS_CDB -I${LOCALBASE}/include
225
POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lcdb
225
POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lcdb
226
.endif
226
.endif
(-)postfix29/Makefile (-1 / +1 lines)
Lines 220-226 Link Here
220
.endif
220
.endif
221
221
222
.if ${PORT_OPTIONS:MCDB}
222
.if ${PORT_OPTIONS:MCDB}
223
BUILD_DEPENDS+=		${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb
223
LIB_DEPENDS+=		libcdb.so:${PORTSDIR}/databases/tinycdb
224
POSTFIX_CCARGS+=	-DHAS_CDB -I${LOCALBASE}/include
224
POSTFIX_CCARGS+=	-DHAS_CDB -I${LOCALBASE}/include
225
POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lcdb
225
POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lcdb
226
.endif
226
.endif

Return to bug 184666