mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix LIB_DEPENDS
This commit is contained in:
parent
944cefafc5
commit
53ff899e93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337331
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ COMMENT= Quick CSS parser
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
|
BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
LIB_DEPENDS= libcroco.so:${PORTSDIR}/textproc/libcroco
|
LIB_DEPENDS= libcroco-0.6.so:${PORTSDIR}/textproc/libcroco
|
||||||
|
|
||||||
USES= perl5 pkgconfig
|
USES= perl5 pkgconfig
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
Loading…
Add table
Reference in a new issue