From f288e5ac631842c3d8fe1b78af0624adf503d51b Mon Sep 17 00:00:00 2001 From: demon Date: Tue, 13 May 2003 10:14:51 +0000 Subject: Depend on p5-Time-modules rather than p5-Time. --- net/lla/Makefile | 2 +- net/p5-Net-Jabber/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/lla/Makefile b/net/lla/Makefile index 6fedc7def1b..549add94f9c 100644 --- a/net/lla/Makefile +++ b/net/lla/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl-based LDAP log statistics generator RUN_DEPENDS= ${SITE_ARCH_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time + ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/net/p5-Net-Jabber/Makefile b/net/p5-Net-Jabber/Makefile index 885f1e0789e..35d2cf9ae36 100644 --- a/net/p5-Net-Jabber/Makefile +++ b/net/p5-Net-Jabber/Makefile @@ -18,7 +18,7 @@ COMMENT= Net::Jabber provide a Perl Developer access to the Jabber protocol BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Stream.pm:${PORTSDIR}/textproc/p5-XML-Stream \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time-modules RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -- cgit