Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2024 09:47:58 GMT
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1b976d7094fa - main - devel/pipelight: Unbreak
Message-ID:  <202408220947.47M9lw7L035308@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ashish:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1b976d7094fad34859061bf5c7cf8f0eda086466

commit 1b976d7094fad34859061bf5c7cf8f0eda086466
Author:     Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2024-08-22 09:38:01 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2024-08-22 09:46:21 +0000

    devel/pipelight: Unbreak
    
    - add missing USES=localbase
    
    PR:             280976
    Reported by:    Yonas Yanfa <yonas dot yanfa at gmail dot com>
---
 devel/pipelight/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/pipelight/Makefile b/devel/pipelight/Makefile
index bd95c564f29d..2d726bdc4caa 100644
--- a/devel/pipelight/Makefile
+++ b/devel/pipelight/Makefile
@@ -11,7 +11,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 LIB_DEPENDS=	libssh2.so:security/libssh2
 
-USES=		cargo pkgconfig ssl
+USES=		cargo localbase pkgconfig ssl
 USE_GITHUB=	yes
 CARGO_INSTALL_PATH=	${PORTNAME}
 PLIST_FILES=	bin/pipelight


home | help

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