diff options
author | mux <mux@FreeBSD.org> | 2007-02-10 23:48:06 +0800 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2007-02-10 23:48:06 +0800 |
commit | ed34fc20d52e6944a496c266b1d8d5c218b2fc7c (patch) | |
tree | 336ec85e2544759ae6e3f354e714f6131da3e9b5 /net/p5-Net-SSH-Perl | |
parent | 6d7b7ac70990e7bb2930fcf6e0f7459ec618a8e8 (diff) | |
download | freebsd-ports-gnome-ed34fc20d52e6944a496c266b1d8d5c218b2fc7c.tar.gz freebsd-ports-gnome-ed34fc20d52e6944a496c266b1d8d5c218b2fc7c.tar.zst freebsd-ports-gnome-ed34fc20d52e6944a496c266b1d8d5c218b2fc7c.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.
Diffstat (limited to 'net/p5-Net-SSH-Perl')
-rw-r--r-- | net/p5-Net-SSH-Perl/Makefile | 2 |
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 |