mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- convert LIB_DEPENDS to modern syntax, that was forgotten in recent commit
This commit is contained in:
parent
c52f20a270
commit
71b7621e1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343863
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ COMMENT= The Qore Programming Language
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \
|
||||
mpfr:${PORTSDIR}/math/mpfr
|
||||
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
|
||||
libmpfr.so:${PORTSDIR}/math/mpfr
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
|
||||
${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue