aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-SSH-Perl
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-08-22 13:38:34 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-08-22 13:38:34 +0000
commita1c247c20cdfa912d59cecfa400cc7cf91b10f54 (patch)
tree671cf38af9ea00ab2bbb3736a75d0fb2bf27a125 /net/p5-Net-SSH-Perl
parent9f25ad8daf4f255de4e1fc509d98ec9aa3243a3a (diff)
Notes
Diffstat (limited to 'net/p5-Net-SSH-Perl')
-rw-r--r--net/p5-Net-SSH-Perl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-SSH-Perl/Makefile b/net/p5-Net-SSH-Perl/Makefile
index d239bea03295..80e700f2fa4d 100644
--- a/net/p5-Net-SSH-Perl/Makefile
+++ b/net/p5-Net-SSH-Perl/Makefile
@@ -70,7 +70,7 @@ OPTIONS_DEFINE= GMP
OPTIONS_DEFAULT= GMP
GMP_DESC= Use the optimized Math::BigInt::GMP backend
-GMP_BUILD_DEPEND= p5-Math-BigInt-GMP>=0:${PORTSDIR}/math/p5-Math-BigInt-GMP
-GMP_RUN_DEPEND= ${GMP_BUILD_DEPEND}
+GMP_BUILD_DEPENDS= p5-Math-BigInt-GMP>=0:${PORTSDIR}/math/p5-Math-BigInt-GMP
+GMP_RUN_DEPENDS= ${GMP_BUILD_DEPENDS}
.include <bsd.port.mk>