diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-10-05 16:40:42 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-10-05 16:40:42 +0000 |
commit | fc877ef54566916a3671d90d0f51fb1865e402b0 (patch) | |
tree | c8ae5149409406ea06f835157f1cc0f99cf2693a /devel/bugzilla3 | |
parent | 92b6dbc4235792f2e5e08531d2add73c17bdf9d3 (diff) |
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/bugzilla3')
-rw-r--r-- | devel/bugzilla3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |