diff options
author | demon <demon@FreeBSD.org> | 2003-05-12 08:10:13 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-05-12 08:10:13 +0000 |
commit | 5585f1fbfe81ffaa36390f37dd478ea877a0ceea (patch) | |
tree | cceee47a079ddb2272c8d98cd286b7a7cdb96f72 /www/rt32/Makefile | |
parent | 8f2e382a6377dbff5886f0752ae4241479273659 (diff) | |
download | FreeBSD-ports-5585f1fbfe81ffaa36390f37dd478ea877a0ceea.zip FreeBSD-ports-5585f1fbfe81ffaa36390f37dd478ea877a0ceea.tar.gz |
Depend on p5-Time-modules port rather than p5-Time.
This is newer version of the same software.
Diffstat (limited to 'www/rt32/Makefile')
-rw-r--r-- | www/rt32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rt32/Makefile b/www/rt32/Makefile index f129f83..c584b76 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} |