git: f11a130a7c35 - main - security/lua-bcrypt: depend on flavored luarocks
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Dec 2022 08:55:51 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f11a130a7c35ee076d16c6a5881af8bb29ba8c19
commit f11a130a7c35ee076d16c6a5881af8bb29ba8c19
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-12-10 08:54:07 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-12-10 08:54:54 +0000
security/lua-bcrypt: depend on flavored luarocks
PR: 220281
---
security/lua-bcrypt/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/lua-bcrypt/Makefile b/security/lua-bcrypt/Makefile
index d72feb925337..d12a36d730b7 100644
--- a/security/lua-bcrypt/Makefile
+++ b/security/lua-bcrypt/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/mikejsavage/lua-bcrypt/
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= luarocks${LUA_VER_STR}:devel/lua-luarocks
+BUILD_DEPENDS= luarocks${LUA_VER_STR}:devel/lua-luarocks@${FLAVOR}
USES= lua:module
USE_GITHUB= yes