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

Collapse All | Expand All

(-)x11/brisk-menu/Makefile (-2 / +8 lines)
Lines 20-28 Link Here
20
USE_GITHUB=	yes
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	GhostBSD
21
GH_ACCOUNT=	GhostBSD
22
22
23
NO_ARCH=	yes
24
USE_GNOME=	gtk30
23
USE_GNOME=	gtk30
25
USE_MATE= 	panel:lib
24
USE_MATE=	menus panel
26
GLIB_SCHEMAS=	com.solus-project.brisk-menu.gschema.xml
25
GLIB_SCHEMAS=	com.solus-project.brisk-menu.gschema.xml
27
26
27
.if exists(/usr/bin/ld.lld)
28
LDFLAGS+=	-fuse-ld=lld
29
.else
30
USE_BINUTILS=	yes
31
LDFLAGS+=	-B${LOCALBASE}/bin
32
.endif
33
28
.include <bsd.port.mk>
34
.include <bsd.port.mk>

Return to bug 231219