From 1aece41b9285f894934c3f55270ac69ccb993226 Mon Sep 17 00:00:00 2001 From: Michael Gmelin Date: Sun, 15 Dec 2024 14:06:47 +0100 Subject: [PATCH] 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