mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/p5-Barcode-ZBar: Runtime fix
Link to zbar library. PR: 269709
This commit is contained in:
parent
bf0fbf559e
commit
1aece41b92
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue