svn commit: r343863 - head/lang/qore

Ruslan Makhmatkhanov rm at FreeBSD.org
Wed Feb 12 07:14:50 UTC 2014


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
 


More information about the svn-ports-all mailing list