summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-13 11:24:04 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-13 11:24:04 +0000
commit5e130ffa0fa3075032c23199a7835774213eea16 (patch)
tree58f17dd463a9bd02beda90f978b25857ced67b80 /archivers
parent[patch] audio/id3lib: fix plist (diff)
Added dependency on devel/p5-Test-Simple
Noticed by: bento
Notes
Notes: svn path=/head/; revision=75450
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Archive-Tar/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile
index 2098695b38fb..d3760f0d5ec2 100644
--- a/archivers/p5-Archive-Tar/Makefile
+++ b/archivers/p5-Archive-Tar/Makefile
@@ -15,7 +15,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= roman@xpert.com
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS= ${BUILD_DEPENDS} \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
PERL_CONFIGURE= YES