diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2009-11-09 08:15:15 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2009-11-09 08:15:15 +0000 |
commit | 6b6cbf49ace540e7328ebabf988d9a9cd4edf57a (patch) | |
tree | 3f0dc1ecc275342229b5645f8e6869f1dc670a34 /mail | |
parent | 86c5326a2b5871a547b5f6de348060010d519070 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sqlgrey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sqlgrey/Makefile b/mail/sqlgrey/Makefile index b778cdb5d5af..144eec18dd8a 100644 --- a/mail/sqlgrey/Makefile +++ b/mail/sqlgrey/Makefile @@ -61,7 +61,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-D .endif .if defined(WITH_STATS) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc +RUN_DEPENDS+= ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc .endif post-patch: |