aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qore
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2014-02-12 15:14:49 +0800
committerrm <rm@FreeBSD.org>2014-02-12 15:14:49 +0800
commite99f9a16622efca4f55b6a10f44a664451ecda10 (patch)
tree289968dd5470fe31afc61697d705fe201d0ca839 /lang/qore
parentc7ce1190fb163363dd3b0ea07ac60c6c225618d8 (diff)
downloadfreebsd-ports-gnome-e99f9a16622efca4f55b6a10f44a664451ecda10.tar.gz
freebsd-ports-gnome-e99f9a16622efca4f55b6a10f44a664451ecda10.tar.zst
freebsd-ports-gnome-e99f9a16622efca4f55b6a10f44a664451ecda10.zip
- convert LIB_DEPENDS to modern syntax, that was forgotten in recent commit
Diffstat (limited to 'lang/qore')
-rw-r--r--lang/qore/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/qore/Makefile b/lang/qore/Makefile
index a82d5be993f0..6070810c76b8 100644
--- a/lang/qore/Makefile
+++ b/lang/qore/Makefile
@@ -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