diff options
author | leeym <leeym@FreeBSD.org> | 2003-10-06 00:40:42 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-10-06 00:40:42 +0800 |
commit | b99fc9ef3ff7baf65ee0531d6a7e339cfc853557 (patch) | |
tree | 6df6904843be5d2b20bc363a6eff62c280fa8a17 /devel/bugzilla3 | |
parent | f3a118a8cdff36547ced16573be04f1bc8726fae (diff) | |
download | freebsd-ports-gnome-b99fc9ef3ff7baf65ee0531d6a7e339cfc853557.tar.gz freebsd-ports-gnome-b99fc9ef3ff7baf65ee0531d6a7e339cfc853557.tar.zst freebsd-ports-gnome-b99fc9ef3ff7baf65ee0531d6a7e339cfc853557.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>
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 \ |