aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-02-13 19:24:04 +0800
committeredwin <edwin@FreeBSD.org>2003-02-13 19:24:04 +0800
commitac3e5315755a6d99a0432e8d687f551b12871ea8 (patch)
tree0f3e52e9a7be825266ddec657fa316b72620f89a /archivers
parent23cc773ef26300801680d57b3f1b4bd3f154dad0 (diff)
downloadfreebsd-ports-graphics-ac3e5315755a6d99a0432e8d687f551b12871ea8.tar.gz
freebsd-ports-graphics-ac3e5315755a6d99a0432e8d687f551b12871ea8.tar.zst
freebsd-ports-graphics-ac3e5315755a6d99a0432e8d687f551b12871ea8.zip
Added dependency on devel/p5-Test-Simple
Noticed by: bento
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 2098695b38f..d3760f0d5ec 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