summaryrefslogtreecommitdiff
path: root/www/rt32
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-05-12 08:10:13 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-05-12 08:10:13 +0000
commited3db26128820f1c3deb987eb5f92b222a8a2eae (patch)
tree71b49b56b4b2886cdceb79ba39fd2180682f393e /www/rt32
parentupgrade to 0.3.3 (diff)
Depend on p5-Time-modules port rather than p5-Time.
This is newer version of the same software.
Notes
Notes: svn path=/head/; revision=80801
Diffstat (limited to 'www/rt32')
-rw-r--r--www/rt32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rt32/Makefile b/www/rt32/Makefile
index f129f8318248..c584b769aa6e 100644
--- a/www/rt32/Makefile
+++ b/www/rt32/Makefile
@@ -51,7 +51,7 @@ BUILD_DEPENDS= ${APXS}:${APACHE_PORT} \
${SITE_PERL}/Text/Wrapper.pm:${PORTSDIR}/textproc/p5-Text-Wrapper \
${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \
${ARCH_PERL}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
- ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time \
+ ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules \
${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize
RUN_DEPENDS= ${BUILD_DEPENDS}