git: 8c1db7498cf8 - main - security/lasso: Add gmake and pathfix to USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Aug 2023 17:35:06 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c1db7498cf8f19ee45093fc28112955d50547b9 commit 8c1db7498cf8f19ee45093fc28112955d50547b9 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-08-18 17:02:39 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-08-18 17:34:14 +0000 security/lasso: Add gmake and pathfix to USES Without gmake lasso randomly fails to build using Poudriere While at it add pathfix to fix install path of pc file PR: 273119 Approved by: bofh (via private email) Sponsored by: Blinkinblox --- security/lasso/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/lasso/Makefile b/security/lasso/Makefile index 59f7b2fa8a3e..39623543b04f 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \ libxmlsec1-openssl.so:security/xmlsec1 RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= cpe gnome libtool pkgconfig python ssl +USES= cpe gmake gnome libtool pathfix pkgconfig python ssl CPE_VENDOR= entrouvert USE_GNOME= glib20 libxml2 libxslt USE_LDCONFIG= yes