1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

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
This commit is contained in:
Tobias C. Berner 2022-09-24 07:36:54 +02:00
parent 62148c8e7e
commit 1ea13e3160

View File

@ -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 \