1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add missing dependencies.

Noticed by: bento

Submitted by:	The `stop the 260Mb bento logfiles' movement
This commit is contained in:
Edwin Groothuis 2002-11-18 00:06:59 +00:00
parent 070f301dee
commit d92942168f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70339

View File

@ -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}