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

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 11-17 Link Here
11
MAINTAINER=	dvl@FreeBSD.org
11
MAINTAINER=	dvl@FreeBSD.org
12
COMMENT?=	Network backup solution (server)
12
COMMENT?=	Network backup solution (server)
13
13
14
USES+=		libtool shebangfix
14
USES+=		libtool shebangfix localbase
15
SHEBANG_FILES=	scripts/dvd-handler.in
15
SHEBANG_FILES=	scripts/dvd-handler.in
16
python_OLD_CMD=	@PYTHON@
16
python_OLD_CMD=	@PYTHON@
17
USE_OPENSSL=	yes
17
USE_OPENSSL=	yes
Lines 29-35 Link Here
29
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
30
30
31
CPPFLAGS+=	-I/usr/include/readline -I${LOCALBASE}/include
31
CPPFLAGS+=	-I/usr/include/readline -I${LOCALBASE}/include
32
LDFLAGS+=	-L${LOCALBASE}/lib
33
32
34
OPTIONS_DEFINE?=	SQLITE3 MYSQL PGSQL MTX PYTHON NLS
33
OPTIONS_DEFINE?=	SQLITE3 MYSQL PGSQL MTX PYTHON NLS
35
OPTIONS_DEFAULT?=	NLS PGSQL
34
OPTIONS_DEFAULT?=	NLS PGSQL
Lines 175-180 Link Here
175
		${WRKSRC}/src/tools/Makefile.in
174
		${WRKSRC}/src/tools/Makefile.in
176
.endif
175
.endif
177
176
177
178
.if !target(post-install)
178
.if !target(post-install)
179
post-install:
179
post-install:
180
.if defined(WITH_CLIENT_ONLY)
180
.if defined(WITH_CLIENT_ONLY)

Return to bug 193641