From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 13:00:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B693A17D; Tue, 3 Jun 2014 13:00:07 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A585D26CB; Tue, 3 Jun 2014 13:00:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s53D07la059337; Tue, 3 Jun 2014 13:00:07 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s53D07Gc059336; Tue, 3 Jun 2014 13:00:07 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406031300.s53D07Gc059336@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 3 Jun 2014 13:00:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356354 - head/math/wcalc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 13:00:07 -0000 Author: amdmi3 Date: Tue Jun 3 13:00:07 2014 New Revision: 356354 URL: http://svnweb.freebsd.org/changeset/ports/356354 QAT: https://qat.redports.org/buildarchive/r356354/ Log: - Use new LIB_DEPENDS syntax Approved by: portmgr blanket Modified: head/math/wcalc/Makefile Modified: head/math/wcalc/Makefile ============================================================================== --- head/math/wcalc/Makefile Tue Jun 3 12:59:51 2014 (r356353) +++ head/math/wcalc/Makefile Tue Jun 3 13:00:07 2014 (r356354) @@ -11,8 +11,8 @@ DISTNAME= wcalc-${PORTVERSION} MAINTAINER= amarendra.godbole@gmail.com COMMENT= A natural-expression command-line calculator -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.4:${PORTSDIR}/math/mpfr +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libmpfr.so:${PORTSDIR}/math/mpfr CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib