svn commit: r336324 - in head/math: p5-Math-GMPf p5-Math-GMPq p5-Math-GMPz

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 13 08:03:54 UTC 2013


Author: sunpoet
Date: Fri Dec 13 08:03:53 2013
New Revision: 336324
URL: http://svnweb.freebsd.org/changeset/ports/336324

Log:
  - Convert to new LIB_DEPENDS format

Modified:
  head/math/p5-Math-GMPf/Makefile
  head/math/p5-Math-GMPq/Makefile
  head/math/p5-Math-GMPz/Makefile

Modified: head/math/p5-Math-GMPf/Makefile
==============================================================================
--- head/math/p5-Math-GMPf/Makefile	Fri Dec 13 07:59:58 2013	(r336323)
+++ head/math/p5-Math-GMPf/Makefile	Fri Dec 13 08:03:53 2013	(r336324)
@@ -14,7 +14,7 @@ COMMENT=	Perl interface to the GMP libra
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 TEST_DEPENDS=	p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \
 		p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
 

Modified: head/math/p5-Math-GMPq/Makefile
==============================================================================
--- head/math/p5-Math-GMPq/Makefile	Fri Dec 13 07:59:58 2013	(r336323)
+++ head/math/p5-Math-GMPq/Makefile	Fri Dec 13 08:03:53 2013	(r336324)
@@ -14,7 +14,7 @@ COMMENT=	Perl interface to the GMP libra
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 TEST_DEPENDS=	p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \
 		p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
 

Modified: head/math/p5-Math-GMPz/Makefile
==============================================================================
--- head/math/p5-Math-GMPz/Makefile	Fri Dec 13 07:59:58 2013	(r336323)
+++ head/math/p5-Math-GMPz/Makefile	Fri Dec 13 08:03:53 2013	(r336324)
@@ -14,7 +14,7 @@ COMMENT=	Perl interface to the GMP libra
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 TEST_DEPENDS=	p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \
 		p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
 


More information about the svn-ports-head mailing list