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

(-)sysutils/nss_ndb/Makefile (-6 / +6 lines)
Lines 27-33 Link Here
27
WRKGRP_CONFIGURE_ON=	--with-workgroup
27
WRKGRP_CONFIGURE_ON=	--with-workgroup
28
28
29
OPTIONS_SINGLE=		BDB
29
OPTIONS_SINGLE=		BDB
30
OPTIONS_SINGLE_BDB=	DB0 DB5 DB4
30
OPTIONS_SINGLE_BDB=	DB0 DB5 DB18
31
OPTIONS_DEFAULT=	DB0
31
OPTIONS_DEFAULT=	DB0
32
32
33
DB0_DESC=		Use old libc version of Berkeley DB
33
DB0_DESC=		Use old libc version of Berkeley DB
Lines 39-49 Link Here
39
DB5_LIB_DEPENDS=	libdb-5.so:databases/db5
39
DB5_LIB_DEPENDS=	libdb-5.so:databases/db5
40
DB5_CONFIGURE_ON=	--with-db=5
40
DB5_CONFIGURE_ON=	--with-db=5
41
41
42
DB4_DESC=		Build with Berkeley DB v4.8 library
42
DB18_DESC=		Build with Berkeley DB v18 library
43
DB4_USES+=		localbase
43
DB18_USES+=		localbase
44
DB4_USE_LDCONFIG+=	yes
44
DB18_USE_LDCONFIG+=	yes
45
DB4_LIB_DEPENDS=	libdb-4.8.so:databases/db48
45
DB18_LIB_DEPENDS=	libdb-18.so:databases/db18
46
DB4_CONFIGURE_ON=	--with-db=4
46
DB18_CONFIGURE_ON=	--with-db=18
47
47
48
USES=			compiler:c11
48
USES=			compiler:c11
49
USE_GITHUB=		yes
49
USE_GITHUB=		yes

Return to bug 251573