Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 07:14:49 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343863 - head/lang/qore
Message-ID:  <201402120714.s1C7EnEG053595@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Wed Feb 12 07:14:49 2014
New Revision: 343863
URL: http://svnweb.freebsd.org/changeset/ports/343863
QAT: https://qat.redports.org/buildarchive/r343863/

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

Modified:
  head/lang/qore/Makefile

Modified: head/lang/qore/Makefile
==============================================================================
--- head/lang/qore/Makefile	Wed Feb 12 07:08:56 2014	(r343862)
+++ head/lang/qore/Makefile	Wed Feb 12 07:14:49 2014	(r343863)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402120714.s1C7EnEG053595>