diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-18 08:06:59 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-18 08:06:59 +0800 |
commit | e4f7cef351f017aed0ab2bc3e1728ed534447fbf (patch) | |
tree | 6eaa007280dcb31bfacbf66938b4501202636838 | |
parent | 2f46b4aabcbbe45a415909add79e39a3c248d38b (diff) | |
download | freebsd-ports-gnome-e4f7cef351f017aed0ab2bc3e1728ed534447fbf.tar.gz freebsd-ports-gnome-e4f7cef351f017aed0ab2bc3e1728ed534447fbf.tar.zst freebsd-ports-gnome-e4f7cef351f017aed0ab2bc3e1728ed534447fbf.zip |
Add missing dependencies.
Noticed by: bento
Submitted by: The `stop the 260Mb bento logfiles' movement
-rw-r--r-- | net/p5-Net-SSH-Perl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/p5-Net-SSH-Perl/Makefile b/net/p5-Net-SSH-Perl/Makefile index 7b492227e9e5..e8c64162060e 100644 --- a/net/p5-Net-SSH-Perl/Makefile +++ b/net/p5-Net-SSH-Perl/Makefile @@ -27,6 +27,8 @@ BUILD_DEPENDS= ${PERL_BASE}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \ ${PERL_BASE}/Digest/BubbleBabble.pm:${PORTSDIR}/security/p5-Digest-BubbleBabble \ ${PERL_BASE}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA \ ${PERL_BASE}/${PERL_ARCH}/IO/Socket.pm:${PORTSDIR}/devel/p5-IO \ + ${PERL_BASE}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 \ + ${PERL_BASE}/${PERL_ARCH}/Math/GMP.pm:${PORTSDIR}/math/p5-Math-GMP \ ${PERL_BASE}/${PERL_ARCH}/Crypt/IDEA.pm:${PORTSDIR}/security/p5-Crypt-IDEA RUN_DEPENDS= ${BUILD_DEPENDS} FETCH_DEPENDS= ${BUILD_DEPENDS} |