Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2022 08:55:51 GMT
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f11a130a7c35 - main - security/lua-bcrypt: depend on flavored luarocks
Message-ID:  <202212100855.2BA8tpHt056692@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212100855.2BA8tpHt056692>