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

(-)Makefile (-1 / +8 lines)
Lines 40-46 Link Here
40
		MYSQL		"Enable MYSQL support" off \
40
		MYSQL		"Enable MYSQL support" off \
41
		OPENLDAP	"Enable LDAP support" off \
41
		OPENLDAP	"Enable LDAP support" off \
42
		OPENSSL		"Enable SSL support" on \
42
		OPENSSL		"Enable SSL support" on \
43
		VALGRIND	"Enable valgrind support" off
43
		VALGRIND	"Enable valgrind support" off \
44
		WEBDAV		"Enable WebDAV support" off
44
45
45
.include <bsd.port.pre.mk>
46
.include <bsd.port.pre.mk>
46
47
Lines 107-112 Link Here
107
RUN_DEPENDS+=		valgrind:${PORTSDIR}/devel/valgrind
108
RUN_DEPENDS+=		valgrind:${PORTSDIR}/devel/valgrind
108
CONFIGURE_ARGS+=	--with-valgrind
109
CONFIGURE_ARGS+=	--with-valgrind
109
.endif
110
.endif
111
112
.if defined(WITH_WEBDAV)
113
LIB_DEPENDS+=           libuuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
114
CONFIGURE_ARGS+=        --with-webdav-props --with-webdav-locks
115
.endif
116
110
117
111
SUB_LIST+=		REQUIRE="${_REQUIRE}"
118
SUB_LIST+=		REQUIRE="${_REQUIRE}"

Return to bug 107599