Date: Fri, 13 Dec 2013 08:03:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336324 - in head/math: p5-Math-GMPf p5-Math-GMPq p5-Math-GMPz Message-ID: <201312130803.rBD83rfi023058@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312130803.rBD83rfi023058>