diff options
author | mat <mat@FreeBSD.org> | 2013-08-22 21:38:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-08-22 21:38:34 +0800 |
commit | 73ddf3596b04ecf2701ee7602bc689922e57cb8c (patch) | |
tree | 671cf38af9ea00ab2bbb3736a75d0fb2bf27a125 | |
parent | 2e2b0b7c44758b65308e432955e0f78412e02de1 (diff) | |
download | freebsd-ports-gnome-73ddf3596b04ecf2701ee7602bc689922e57cb8c.tar.gz freebsd-ports-gnome-73ddf3596b04ecf2701ee7602bc689922e57cb8c.tar.zst freebsd-ports-gnome-73ddf3596b04ecf2701ee7602bc689922e57cb8c.zip |
Typo.
Spotted by: danfe
-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> |