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

Collapse All | Expand All

(-)Makefile (-4 / +2 lines)
Lines 3-14 Link Here
3
PORTNAME=	bareos
3
PORTNAME=	bareos
4
4
5
PKGNAMESUFFIX=	-traymonitor
5
PKGNAMESUFFIX=	-traymonitor
6
PORTREVISION=	1
6
PORTREVISION=	2
7
7
8
COMMENT=	Backup archiving recovery open sourced (traymonitor)
8
COMMENT=	Backup archiving recovery open sourced (traymonitor)
9
9
10
LIB_DEPENDS+=	libqwt.so:x11-toolkits/qwt5 \
10
LIB_DEPENDS+=	libbareos.so:sysutils/bareos-client
11
		libbareos.so:sysutils/bareos-client
12
11
13
CONFLICTS=	bacula*-bat-* bareos16-traymonitor-*
12
CONFLICTS=	bacula*-bat-* bareos16-traymonitor-*
14
13
Lines 22-28 Link Here
22
MASTERDIR=	${.CURDIR}/../../sysutils/bareos-server
21
MASTERDIR=	${.CURDIR}/../../sysutils/bareos-server
23
22
24
CONFIGURE_ARGS+=	--enable-traymonitor=yes \
23
CONFIGURE_ARGS+=	--enable-traymonitor=yes \
25
			--with-qwt=${LOCALBASE}/lib \
26
			--disable-build-dird \
24
			--disable-build-dird \
27
			--disable-build-stored \
25
			--disable-build-stored \
28
			--enable-client-only \
26
			--enable-client-only \

Return to bug 228794