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

Collapse All | Expand All

(-)b/net/boinc-client/Makefile (-2 / +4 lines)
Lines 10-16 WWW= https://boinc.berkeley.edu/ Link Here
10
LICENSE=	LGPL3
10
LICENSE=	LGPL3
11
11
12
USES=		autoreconf compiler:c++11-lang desktop-file-utils dos2unix \
12
USES=		autoreconf compiler:c++11-lang desktop-file-utils dos2unix \
13
		gettext gmake libtool pkgconfig ssl tar
13
		gmake libtool pkgconfig ssl tar
14
INSTALL_TARGET=	install-strip
14
INSTALL_TARGET=	install-strip
15
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
Lines 46-51 CLIENT_DESC= BOINC Build client Link Here
46
MANAGER_DESC=		BOINC Build GUI manager
46
MANAGER_DESC=		BOINC Build GUI manager
47
X11_DESC=		API Build graphics
47
X11_DESC=		API Build graphics
48
LINUX_DESC=		Accept applications Linux science
48
LINUX_DESC=		Accept applications Linux science
49
NLS_DESC=		Install language translations for use in the GUI
49
USER_DESC=		and BOINC client Create/check directory user
50
USER_DESC=		and BOINC client Create/check directory user
50
SKINS_DESC=		BOINC for Install manager more skins
51
SKINS_DESC=		BOINC for Install manager more skins
51
SCRIPT_DESC=		Command in line options script
52
SCRIPT_DESC=		Command in line options script
Lines 76-81 CLIENT_USE= RC_SUBR=boinc-client Link Here
76
LINUX_CONFIGURE_ON=	--with-boinc-alt-platform=x86_64-pc-linux-gnu
77
LINUX_CONFIGURE_ON=	--with-boinc-alt-platform=x86_64-pc-linux-gnu
77
LINUX_USES=		linux
78
LINUX_USES=		linux
78
79
80
NLS_USES=	gettext
81
79
X11_USES=		gl jpeg xorg
82
X11_USES=		gl jpeg xorg
80
X11_USE=		GL=glut \
83
X11_USE=		GL=glut \
81
			XORG=x11,xi,xmu,xscrnsaver
84
			XORG=x11,xi,xmu,xscrnsaver
82
- 

Return to bug 252273