Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2023 17:35:06 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8c1db7498cf8 - main - security/lasso: Add gmake and pathfix to USES
Message-ID:  <202308181735.37IHZ6tP050881@gitrepo.freebsd.org>

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



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