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

(-)b/mail/cyrus-imapd23/Makefile (-3 / +1 lines)
Lines 123-131 CONFS= cmu-backend.conf cmu-frontend.conf normal.conf prefork.conf \ Link Here
123
123
124
.include <bsd.port.options.mk>
124
.include <bsd.port.options.mk>
125
125
126
.if ${PORT_OPTIONS:MBDB}
126
.if empty(${PORT_OPTIONS:MBDB})
127
INVALID_BDB_VER=2
128
.else
129
BDB_LIB_NAME=	no
127
BDB_LIB_NAME=	no
130
.endif
128
.endif
131
129
(-)b/mail/cyrus-imapd24/Makefile (-3 / +1 lines)
Lines 135-143 CONFS= cmu-backend.conf cmu-frontend.conf normal.conf prefork.conf \ Link Here
135
135
136
.include <bsd.port.options.mk>
136
.include <bsd.port.options.mk>
137
137
138
.if ${PORT_OPTIONS:MBDB}
138
.if empty(${PORT_OPTIONS:MBDB})
139
INVALID_BDB_VER=2
140
.else
141
BDB_LIB_NAME=	no
139
BDB_LIB_NAME=	no
142
.endif
140
.endif
143
141
(-)b/mail/cyrus-imapd25/Makefile (-4 / +1 lines)
Lines 133-141 CONFS= cmu-backend.conf cmu-frontend.conf normal.conf prefork.conf \ Link Here
133
133
134
.include <bsd.port.options.mk>
134
.include <bsd.port.options.mk>
135
135
136
.if ${PORT_OPTIONS:MBDB}
136
.if empty(${PORT_OPTIONS:MBDB})
137
INVALID_BDB_VER=2
138
.else
139
BDB_LIB_NAME=	no
137
BDB_LIB_NAME=	no
140
.endif
138
.endif
141
139
142
- 

Return to bug 263013