diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-22 13:38:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-22 13:38:34 +0000 |
commit | a1c247c20cdfa912d59cecfa400cc7cf91b10f54 (patch) | |
tree | 671cf38af9ea00ab2bbb3736a75d0fb2bf27a125 /net/p5-Net-SSH-Perl | |
parent | 9f25ad8daf4f255de4e1fc509d98ec9aa3243a3a (diff) |
Notes
Diffstat (limited to 'net/p5-Net-SSH-Perl')
-rw-r--r-- | net/p5-Net-SSH-Perl/Makefile | 4 |
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> |