Date: Tue, 3 Jun 2014 13:00:07 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356354 - head/math/wcalc Message-ID: <201406031300.s53D07Gc059336@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406031300.s53D07Gc059336>