- convert LIB_DEPENDS to modern syntax, that was forgotten in recent commit

This commit is contained in:
Ruslan Makhmatkhanov 2014-02-12 07:14:49 +00:00
parent c52f20a270
commit 71b7621e1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343863

View file

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