From 11412f5f13d0ac12046d38512b9aa92faf493592 Mon Sep 17 00:00:00 2001 From: erwin Date: Tue, 16 Sep 2003 05:43:52 +0000 Subject: Conditionalise dependencies on databases/p5-DBI: for perl 5.005_03 use databases/p5-DBI-137 as newer versions do not support the old perl. Note that for some port, I merely removed the explicit dependency as they already have implicit dependencies via other ports. Approved by: portmgr (marcus) --- www/cybercalendar/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www/cybercalendar') diff --git a/www/cybercalendar/Makefile b/www/cybercalendar/Makefile index 2904c84cdf59..e6f4af4414fb 100644 --- a/www/cybercalendar/Makefile +++ b/www/cybercalendar/Makefile @@ -13,8 +13,7 @@ DISTNAME= CyberCalendar_${PORTVERSION} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= CyberCalendar is a web based calendar program written in perl -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite -- cgit