diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-13 11:24:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-13 11:24:04 +0000 |
commit | 5e130ffa0fa3075032c23199a7835774213eea16 (patch) | |
tree | 58f17dd463a9bd02beda90f978b25857ced67b80 /archivers | |
parent | 952a648a88cd0e528528e3e7fe83dfcb494bfd4c (diff) | |
download | ports-5e130ffa0fa3075032c23199a7835774213eea16.tar.gz ports-5e130ffa0fa3075032c23199a7835774213eea16.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 4 |
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 |