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

Collapse All | Expand All

(-)textproc/redland/Makefile (-1 / +5 lines)
Lines 8-13 Link Here
8
8
9
PORTNAME=	redland
9
PORTNAME=	redland
10
PORTVERSION=	1.0.7
10
PORTVERSION=	1.0.7
11
PORTREVISION=	1
11
CATEGORIES=	textproc
12
CATEGORIES=	textproc
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
13
		http://librdf.org/dist/source/
14
		http://librdf.org/dist/source/
Lines 19-24 Link Here
19
LIB_DEPENDS=	raptor.2:${PORTSDIR}/textproc/raptor
20
LIB_DEPENDS=	raptor.2:${PORTSDIR}/textproc/raptor
20
21
21
USE_BDB=	yes
22
USE_BDB=	yes
23
WITH_BDB_HIGHEST=	yes
22
INVALID_BDB_VER=2
24
INVALID_BDB_VER=2
23
USE_GNOME=	gnomehack gnometarget lthack pkgconfig
25
USE_GNOME=	gnomehack gnometarget lthack pkgconfig
24
USE_OPENSSL=	yes
26
USE_OPENSSL=	yes
Lines 30-36 Link Here
30
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
32
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
31
CONFIGURE_ARGS=	--with-raptor=system \
33
CONFIGURE_ARGS=	--with-raptor=system \
32
		--with-rasqal=internal \
34
		--with-rasqal=internal \
33
		--with-threestore=no
35
		--with-threestore=no \
36
		--with-sqlite=no
34
37
35
USE_LDCONFIG=	yes
38
USE_LDCONFIG=	yes
36
USE_PERL5_BUILD=	yes
39
USE_PERL5_BUILD=	yes
Lines 48-53 Link Here
48
CONFIGURE_ARGS+=--with-mysql=yes
51
CONFIGURE_ARGS+=--with-mysql=yes
49
PLIST_SUB+=	MYSQL=""
52
PLIST_SUB+=	MYSQL=""
50
.else
53
.else
54
CONFIGURE_ARGS+=--with-mysql=no
51
PLIST_SUB+=	MYSQL="@comment "
55
PLIST_SUB+=	MYSQL="@comment "
52
.endif
56
.endif

Return to bug 126410