graphics/p5-Barcode-ZBar: Runtime fix

Link to zbar library.

PR:		269709
This commit is contained in:
Michael Gmelin 2024-12-15 14:06:47 +01:00
parent bf0fbf559e
commit 1aece41b92

View file

@ -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