diff options
author | demon <demon@FreeBSD.org> | 2003-05-13 10:14:51 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-05-13 10:14:51 +0000 |
commit | f288e5ac631842c3d8fe1b78af0624adf503d51b (patch) | |
tree | f4458f8f286f50d3d2f7a74020dfdd639825ed95 /net-im/p5-Net-Jabber | |
parent | be70692e60216237c62058472d9a4ba947b70a4e (diff) | |
download | FreeBSD-ports-f288e5ac631842c3d8fe1b78af0624adf503d51b.zip FreeBSD-ports-f288e5ac631842c3d8fe1b78af0624adf503d51b.tar.gz |
Depend on p5-Time-modules rather than p5-Time.
Diffstat (limited to 'net-im/p5-Net-Jabber')
-rw-r--r-- | net-im/p5-Net-Jabber/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/p5-Net-Jabber/Makefile b/net-im/p5-Net-Jabber/Makefile index 885f1e0..35d2cf9 100644 --- a/net-im/p5-Net-Jabber/Makefile +++ b/net-im/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 |