diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index 177556ca920c..1d3661038ca8 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.32.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -89,10 +89,4 @@ bundled-libcxx: @${DO_MAKE_BUILD:NDESTDIR*} install -C ${WRKDIR}/libcxx_build .endif .endif # exists(/usr/lib/libc++.so) - -post-patch: wlroots-devel-patch -wlroots-devel-patch: -# Prefer headers (used by ) from wlroots-devel - @${REINPLACE_CMD} -i .devel "/subdirs/s|''|'../wlroots-devel/include', &|" \ - ${WRKSRC}/meson.build .include