git: 353fe84edc20 - main - x11-toolkits/termit: remove bogus lua >= 5.3 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Sep 2022 06:34:58 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=353fe84edc206e07994113f8f9d2e3945134329f
commit 353fe84edc206e07994113f8f9d2e3945134329f
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-09-24 06:14:04 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-09-24 06:14:04 +0000
x11-toolkits/termit: remove bogus lua >= 5.3 support
The Cmake code used in the project explicitely requires lua 5.3.
PR: 220281
---
x11-toolkits/termit/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-toolkits/termit/Makefile b/x11-toolkits/termit/Makefile
index 986fbcd9bc87..e7d15a6f300c 100644
--- a/x11-toolkits/termit/Makefile
+++ b/x11-toolkits/termit/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \
libgnutls.so:security/gnutls
-USES= cmake gnome lua:53+ pkgconfig xorg
+USES= cmake gnome lua:53 pkgconfig xorg
USE_CSTD= c99
USE_XORG= x11
USE_GNOME= cairo gdkpixbuf2 gtk30 vte3