diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-21 15:40:47 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-21 15:40:47 +0000 |
commit | 88d74bc517cd2019a6a3180248d65ae1be1c8884 (patch) | |
tree | 5c3c57e5e136497f16b8193ac33dfbf40b5e2e7e /databases/py-MySQL | |
parent | The 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).
Diffstat (limited to 'databases/py-MySQL')
-rw-r--r-- | databases/py-MySQL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-MySQL/Makefile b/databases/py-MySQL/Makefile index 126376e6439c..bd3957a46c59 100644 --- a/databases/py-MySQL/Makefile +++ b/databases/py-MySQL/Makefile @@ -13,7 +13,7 @@ DISTNAME= MySQLmodule-${PORTVERSION} MAINTAINER= dr@domix.de -LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client +LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client USE_PYTHON= yes ALL_TARGET= MySQLmodule.so |