summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-01-16 14:24:33 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-01-16 14:24:33 +0000
commitddfa4a045b95987a12a4f6b21cb2f86b705ea49d (patch)
tree8d3f0bee4884c1bfc0d0328b425694a0b6a710cd /devel
parent- Update to version 0.2.26 (diff)
Add missed depends (List::Util)
Notes
Notes: svn path=/head/; revision=98303
Diffstat (limited to 'devel')
-rw-r--r--devel/cvsmonitor/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/cvsmonitor/Makefile b/devel/cvsmonitor/Makefile
index 10457f0c00fd..9c2bf62d0088 100644
--- a/devel/cvsmonitor/Makefile
+++ b/devel/cvsmonitor/Makefile
@@ -35,6 +35,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storab
${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \
${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny \
${SITE_PERL}/Array/Window.pm:${PORTSDIR}/devel/p5-Array-Window \
+ ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph
RUN_DEPENDS= ${BUILD_DEPENDS}