From 6b6cbf49ace540e7328ebabf988d9a9cd4edf57a Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Mon, 9 Nov 2009 08:15:15 +0000 Subject: [PATCH] Fix dependency PR: 140102 Submitted by: Frank Wall Approved by: maintainer --- mail/sqlgrey/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: