summaryrefslogtreecommitdiff
path: root/databases/p5-Mysql
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-01-21 15:40:47 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-01-21 15:40:47 +0000
commit88d74bc517cd2019a6a3180248d65ae1be1c8884 (patch)
tree5c3c57e5e136497f16b8193ac33dfbf40b5e2e7e /databases/p5-Mysql
parentThe directory of freetype's header files was changed (diff)
Switch from mysql322-{client,server} to mysql323-{client,server}.
mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
Notes
Notes: svn path=/head/; revision=37401
Diffstat (limited to 'databases/p5-Mysql')
-rw-r--r--databases/p5-Mysql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-Mysql/Makefile b/databases/p5-Mysql/Makefile
index df888c6cb891..1be4a86d59fc 100644
--- a/databases/p5-Mysql/Makefile
+++ b/databases/p5-Mysql/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= jedgar@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
-LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
+LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
CONFIGURE_ARGS= PREFIX=${PREFIX} CC="${CC}" CCFLAGS="${CFLAGS}" \
--noprompt --mysql-install --nomsql-install