aboutsummaryrefslogtreecommitdiff
path: root/devel/bugzilla2
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-10-05 16:40:42 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-10-05 16:40:42 +0000
commitfc877ef54566916a3671d90d0f51fb1865e402b0 (patch)
treec8ae5149409406ea06f835157f1cc0f99cf2693a /devel/bugzilla2
parent92b6dbc4235792f2e5e08531d2add73c17bdf9d3 (diff)
downloadports-fc877ef54566916a3671d90d0f51fb1865e402b0.tar.gz
ports-fc877ef54566916a3671d90d0f51fb1865e402b0.zip
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 <m.seaman@infracaninophile.co.uk>
Notes
Notes: svn path=/head/; revision=90315
Diffstat (limited to 'devel/bugzilla2')
-rw-r--r--devel/bugzilla2/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile
index 63a62f18c0aa..eece3edf5253 100644
--- a/devel/bugzilla2/Makefile
+++ b/devel/bugzilla2/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 \