From e99f9a16622efca4f55b6a10f44a664451ecda10 Mon Sep 17 00:00:00 2001 From: rm Date: Wed, 12 Feb 2014 07:14:49 +0000 Subject: - convert LIB_DEPENDS to modern syntax, that was forgotten in recent commit --- lang/qore/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/qore') 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 -- cgit