git: 1aece41b9285 - main - graphics/p5-Barcode-ZBar: Runtime fix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Dec 2024 13:09:29 UTC
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