From owner-svn-ports-head@FreeBSD.ORG Wed Feb 12 07:14:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16801855; Wed, 12 Feb 2014 07:14:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 017B31FA5; Wed, 12 Feb 2014 07:14:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1C7EnD8053596; Wed, 12 Feb 2014 07:14:49 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1C7EnEG053595; Wed, 12 Feb 2014 07:14:49 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201402120714.s1C7EnEG053595@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Wed, 12 Feb 2014 07:14:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343863 - head/lang/qore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 07:14:50 -0000 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