aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2007-02-10 23:42:55 +0800
committermux <mux@FreeBSD.org>2007-02-10 23:42:55 +0800
commit6d7b7ac70990e7bb2930fcf6e0f7459ec618a8e8 (patch)
tree9c13b4416ed8fa23e26b4f219a4d29b8d95c10ae /net
parent3d832eed4abbeeaec93ace31afe4bd62b5e36e06 (diff)
downloadfreebsd-ports-gnome-6d7b7ac70990e7bb2930fcf6e0f7459ec618a8e8.tar.gz
freebsd-ports-gnome-6d7b7ac70990e7bb2930fcf6e0f7459ec618a8e8.tar.zst
freebsd-ports-gnome-6d7b7ac70990e7bb2930fcf6e0f7459ec618a8e8.zip
Correct path to the p5-Math-BigInt-GMP port.
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-SSH-Perl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-SSH-Perl/Makefile b/net/p5-Net-SSH-Perl/Makefile
index 198c5c42aac5..db4819773ed2 100644
--- a/net/p5-Net-SSH-Perl/Makefile
+++ b/net/p5-Net-SSH-Perl/Makefile
@@ -81,7 +81,7 @@ IGNORE= needs Perl 5.6.0 or greater, please upgrade your Perl
.endif
.if !defined(WITHOUT_GMP)
-GMP_DEPEND= ${SITE_PERL_ARCH}/Math/BigInt/GMP.pm:${PORTSDIR}/math/p5-BigInt-GMP
+GMP_DEPEND= ${SITE_PERL_ARCH}/Math/BigInt/GMP.pm:${PORTSDIR}/math/p5-Math-BigInt-GMP
BUILD_DEPENDS+= ${GMP_DEPEND}
RUN_DEPENDS+= ${GMP_DEPEND}
.endif