diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-13 10:14:51 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-13 10:14:51 +0000 |
commit | 98bd8a1a27698bc4ade5ab4310d4b9b838d4749a (patch) | |
tree | a2573df4737002328cb9f491952d08166b1c3b29 /sysutils/cvsweb-converters | |
parent | d2795c4cca6f76ef687f37f3a298e99cfc1a214f (diff) | |
download | ports-98bd8a1a27698bc4ade5ab4310d4b9b838d4749a.tar.gz ports-98bd8a1a27698bc4ade5ab4310d4b9b838d4749a.zip |
Depend on p5-Time-modules rather than p5-Time.
Notes
Notes:
svn path=/head/; revision=80901
Diffstat (limited to 'sysutils/cvsweb-converters')
-rw-r--r-- | sysutils/cvsweb-converters/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |