aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/brisk-menu/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/x11/brisk-menu/Makefile b/x11/brisk-menu/Makefile
index 3024990c155d..c4a29ec4604d 100644
--- a/x11/brisk-menu/Makefile
+++ b/x11/brisk-menu/Makefile
@@ -4,6 +4,7 @@
PORTNAME= brisk-menu
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= ericbsd@FreeBSD.org
@@ -20,9 +21,15 @@ MESON_ARGS= --sysconfdir=${PREFIX}/etc
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 <bsd.port.mk>