From a1c247c20cdfa912d59cecfa400cc7cf91b10f54 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 22 Aug 2013 13:38:34 +0000 Subject: [PATCH] Typo. Spotted by: danfe --- net/p5-Net-SSH-Perl/Makefile | 4 ++-- 1 file 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