Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2023 18:42:57 GMT
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a8736cd18781 - main - security/pcsc-tools: Fix pkg build, port needs gettext-tools
Message-ID:  <202310161842.39GIgvAO011622@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arved:

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

commit a8736cd18781e4742f38c160d715ac60dd147e8b
Author:     Tilman Keskinoz <arved@FreeBSD.org>
AuthorDate: 2023-10-16 18:41:30 +0000
Commit:     Tilman Keskinoz <arved@FreeBSD.org>
CommitDate: 2023-10-16 18:42:39 +0000

    security/pcsc-tools: Fix pkg build, port needs gettext-tools
    
    Reported by:    Stefan Ehmann
---
 security/pcsc-tools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile
index 74e48b4d4feb..c997e9d3cbe8 100644
--- a/security/pcsc-tools/Makefile
+++ b/security/pcsc-tools/Makefile
@@ -13,7 +13,7 @@ LIB_DEPENDS=	libpcsclite.so:devel/pcsc-lite
 RUN_DEPENDS=	p5-PCSC-Card>=0:devel/p5-PCSC-Card \
 		p5-Gtk3>=0:x11-toolkits/p5-Gtk3
 
-USES=		gmake pkgconfig tar:bzip2
+USES=		gmake pkgconfig tar:bzip2 gettext-tools
 
 GNU_CONFIGURE=	yes
 



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