Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2024 13:09:29 GMT
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1aece41b9285 - main - graphics/p5-Barcode-ZBar: Runtime fix
Message-ID:  <202412151309.4BFD9T19081046@gitrepo.freebsd.org>

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

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

commit 1aece41b9285f894934c3f55270ac69ccb993226
Author:     Michael Gmelin <grembo@FreeBSD.org>
AuthorDate: 2024-12-15 13:06:47 +0000
Commit:     Michael Gmelin <grembo@FreeBSD.org>
CommitDate: 2024-12-15 13:08:45 +0000

    graphics/p5-Barcode-ZBar: Runtime fix
    
    Link to zbar library.
    
    PR:             269709
---
 graphics/p5-Barcode-ZBar/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/p5-Barcode-ZBar/Makefile b/graphics/p5-Barcode-ZBar/Makefile
index bbb3abed687d..465b03398766 100644
--- a/graphics/p5-Barcode-ZBar/Makefile
+++ b/graphics/p5-Barcode-ZBar/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	Barcode-ZBar
 PORTVERSION=	0.10
+PORTREVISION=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,7 +14,7 @@ LIB_DEPENDS=	libzbar.so:graphics/zbar
 USES=		perl5
 USE_PERL5=	configure
 
-CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lzbar"
 
 pre-install:
 	${STRIP_CMD} ${WRKSRC}/blib/arch/auto/Barcode/ZBar/ZBar.so



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