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

Collapse All | Expand All

(-)databases/cppdb/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	cppdb
4
PORTNAME=	cppdb
5
PORTVERSION=	0.3.1
5
PORTVERSION=	0.3.1
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
MASTER_SITES=	SF/cppcms/${PORTNAME}/${PORTVERSION}
8
MASTER_SITES=	SF/cppcms/${PORTNAME}/${PORTVERSION}
9
9
Lines 41-47 Link Here
41
SQLITE3_MODULE_DESC=	Build SQLite 3 backend as a CppDB module
41
SQLITE3_MODULE_DESC=	Build SQLite 3 backend as a CppDB module
42
42
43
USE_LDCONFIG=	yes
43
USE_LDCONFIG=	yes
44
USES=		cmake tar:bzip2
44
USES=		cmake ninja tar:bzip2
45
45
46
.include <bsd.port.options.mk>
46
.include <bsd.port.options.mk>
47
47

Return to bug 210725