Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2024 19:56: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: 836e269009e7 - main - devel/pcsc-lite: Remove libtool and pathfix from USES
Message-ID:  <202405211956.44LJu6YK024505@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=836e269009e764234dc5ef0a1b4c0a6442aaca63

commit 836e269009e764234dc5ef0a1b4c0a6442aaca63
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-21 18:47:55 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-05-21 19:56:01 +0000

    devel/pcsc-lite: Remove libtool and pathfix from USES
    
    These dependencies were only utilized when port used GNU Autotools
    
    Approved by:    portmgr (blanket, build fix)
---
 devel/pcsc-lite/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile
index 9f60d7f9e630..73f8820a2278 100644
--- a/devel/pcsc-lite/Makefile
+++ b/devel/pcsc-lite/Makefile
@@ -12,7 +12,7 @@ LICENSE=	BSD3CLAUSE GPLv3+
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool meson pathfix perl5 pkgconfig python:env shebangfix tar:xz
+USES=		meson perl5 pkgconfig python:env shebangfix tar:xz
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 USE_RC_SUBR=	pcscd



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