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 /net/lla/Makefile | |
parent | d2795c4cca6f76ef687f37f3a298e99cfc1a214f (diff) |
Depend on p5-Time-modules rather than p5-Time.
Notes
Notes:
svn path=/head/; revision=80901
Diffstat (limited to 'net/lla/Makefile')
-rw-r--r-- | net/lla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/lla/Makefile b/net/lla/Makefile index 6fedc7def1b4..549add94f9c4 100644 --- a/net/lla/Makefile +++ b/net/lla/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl-based LDAP log statistics generator RUN_DEPENDS= ${SITE_ARCH_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time + ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules NO_BUILD= yes NO_WRKSUBDIR= yes |