From fc877ef54566916a3671d90d0f51fb1865e402b0 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Sun, 5 Oct 2003 16:40:42 +0000 Subject: The devel/bugzilla port has an explicit LIB_DEPENDS dependency on libmysqlclient.so.10 from the mysql323-client port. However, bugzilla will work fine with just about any version of MySQL. Could just insert USE_MYSQL, but the bugzilla port only really needs access to the perl DBD::Mysql modules and can depend on MySQL implicitly through that port.. PR: 57607 Submitted by: Matthew Seaman --- devel/bugzilla3/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'devel/bugzilla3') diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index 63a62f18c0aa..eece3edf5253 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/Makefile @@ -16,7 +16,6 @@ MASTER_SITE_SUBDIR= webtools MAINTAINER= ports@FreeBSD.org COMMENT= Bug-tracking system developed by Mozilla Project -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= ${PERL_SITEDIR}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql \ ${PERL_SITEDIR}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ ${PERL_SITEDIR}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ -- cgit v1.2.3