Index: x11/brisk-menu/Makefile =================================================================== --- x11/brisk-menu/Makefile (revision 481692) +++ x11/brisk-menu/Makefile (working copy) @@ -20,9 +20,15 @@ USE_GITHUB= yes GH_ACCOUNT= GhostBSD -NO_ARCH= yes USE_GNOME= gtk30 -USE_MATE= panel:lib +USE_MATE= menus panel GLIB_SCHEMAS= com.solus-project.brisk-menu.gschema.xml +.if exists(/usr/bin/ld.lld) +LDFLAGS+= -fuse-ld=lld +.else +USE_BINUTILS= yes +LDFLAGS+= -B${LOCALBASE}/bin +.endif + .include