aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-SSH-Perl
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2007-02-10 15:48:06 +0000
committerMaxime Henrion <mux@FreeBSD.org>2007-02-10 15:48:06 +0000
commit2aec55191d57aea34228135f6a401a4efd238007 (patch)
tree16b3be81d2bc46c96f720693b594bb40819640c2 /net/p5-Net-SSH-Perl
parent65f72067ce7b81e46968382ca23830a9732d005c (diff)
downloadports-2aec55191d57aea34228135f6a401a4efd238007.tar.gz
ports-2aec55191d57aea34228135f6a401a4efd238007.zip
Use ${SITE_PERL}/${PERL_ARCH} instead of ${SITE_PERL_ARCH} which wasn't
defined to really fix the dependency on p5-Math-BigInt-GMP.
Notes
Notes: svn path=/head/; revision=184787
Diffstat (limited to 'net/p5-Net-SSH-Perl')
-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 db4819773ed2..4455fd61cdfd 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-Math-BigInt-GMP
+GMP_DEPEND= ${SITE_PERL}/${PERL_ARCH}/Math/BigInt/GMP.pm:${PORTSDIR}/math/p5-Math-BigInt-GMP
BUILD_DEPENDS+= ${GMP_DEPEND}
RUN_DEPENDS+= ${GMP_DEPEND}
.endif