git: 1ea13e316036 - main - x11-wm/awesome: restrict to lua<=5.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Sep 2022 06:34:56 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ea13e3160369b33e49c84b3113a39aa5c193b5a commit 1ea13e3160369b33e49c84b3113a39aa5c193b5a Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-09-24 05:36:54 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-09-24 06:05:48 +0000 x11-wm/awesome: restrict to lua<=5.3 Upstream already merged support for lua-5.4, so the added restriction can be removed once awesome gets a new release. PR: 220281 --- x11-wm/awesome/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index a9224658dfa3..c725dee084d1 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \ CONFLICTS_INSTALL= awesome3 -USES= cmake compiler:c11 gettext gnome iconv magick:build pkgconfig lua \ +USES= cmake compiler:c11 gettext gnome iconv magick:build pkgconfig lua:-53 \ shebangfix xorg USE_GNOME= glib20 pango gdkpixbuf2 librsvg2 USE_XORG= pixman x11 xau xcb xdmcp xext xft xinerama xrandr xrender \