diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-12 08:10:13 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-12 08:10:13 +0000 |
commit | ed3db26128820f1c3deb987eb5f92b222a8a2eae (patch) | |
tree | 71b49b56b4b2886cdceb79ba39fd2180682f393e /www/rt36 | |
parent | upgrade 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/rt36')
-rw-r--r-- | www/rt36/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rt36/Makefile b/www/rt36/Makefile index f129f8318248..c584b769aa6e 100644 --- a/www/rt36/Makefile +++ b/www/rt36/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} |