aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wayfire-plugins-extra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/wayfire-plugins-extra/Makefile')
-rw-r--r--x11-wm/wayfire-plugins-extra/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/wayfire-plugins-extra/Makefile b/x11-wm/wayfire-plugins-extra/Makefile
index c14b4017334d..0ed8af9a5d9e 100644
--- a/x11-wm/wayfire-plugins-extra/Makefile
+++ b/x11-wm/wayfire-plugins-extra/Makefile
@@ -1,9 +1,12 @@
PORTNAME= wayfire-plugins-extra
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm wayland
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= cc4d177de89f.patch:-p1 # https://github.com/WayfireWM/wayfire-plugins-extra/pull/206
+
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Additional plugins for Wayfire
WWW= https://wayfire.org/
@@ -41,5 +44,4 @@ post-patch:
@${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \
${WRKSRC}/subprojects/windecor/deco-icontheme.cpp
-.include "${.CURDIR:H:H}/x11-toolkits/wlroots016/override.mk"
.include <bsd.port.mk>