aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-05-13 18:14:51 +0800
committerdemon <demon@FreeBSD.org>2003-05-13 18:14:51 +0800
commitf288e5ac631842c3d8fe1b78af0624adf503d51b (patch)
treef4458f8f286f50d3d2f7a74020dfdd639825ed95 /sysutils
parentbe70692e60216237c62058472d9a4ba947b70a4e (diff)
downloadfreebsd-ports-gnome-f288e5ac631842c3d8fe1b78af0624adf503d51b.tar.gz
freebsd-ports-gnome-f288e5ac631842c3d8fe1b78af0624adf503d51b.tar.zst
freebsd-ports-gnome-f288e5ac631842c3d8fe1b78af0624adf503d51b.zip
Depend on p5-Time-modules rather than p5-Time.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cvsweb-converters/Makefile2
-rw-r--r--sysutils/lire/Makefile2
-rw-r--r--sysutils/p5-Schedule-Cron/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/cvsweb-converters/Makefile b/sysutils/cvsweb-converters/Makefile
index 9bcef442cd96..99a99186c19b 100644
--- a/sysutils/cvsweb-converters/Makefile
+++ b/sysutils/cvsweb-converters/Makefile
@@ -16,7 +16,7 @@ COMMENT= Create hyperlinks to cvsweb from cvs[up] output or FreeBSD commitlogs
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules
NO_BUILD= yes
USE_PERL5= yes
diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile
index e75bdf2948ca..2ede48220e66 100644
--- a/sysutils/lire/Makefile
+++ b/sysutils/lire/Makefile
@@ -30,7 +30,7 @@ BUILD_DEPENDS= \
${LOCALBASE}/share/xsl/docbook/fo/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \
${ARCH_PERL}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \
- ${SITE_PERL}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time \
+ ${SITE_PERL}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time-modules \
${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \
${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/sysutils/p5-Schedule-Cron/Makefile b/sysutils/p5-Schedule-Cron/Makefile
index 80aff6944918..4e65edf8e28d 100644
--- a/sysutils/p5-Schedule-Cron/Makefile
+++ b/sysutils/p5-Schedule-Cron/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Schedule::Cron - cron-like scheduler for Perl subroutines
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes