svn commit: r356354 - head/math/wcalc

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 3 13:00:07 UTC 2014


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 at 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


More information about the svn-ports-all mailing list