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 /www/mod_auth_mysql | |
| parent | ed0a8c97dcce69a3059c73b945c19d7b0d7dc366 (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 'www/mod_auth_mysql')
| -rw-r--r-- | www/mod_auth_mysql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile index da093ca2d87e..39820aaebbc8 100644 --- a/www/mod_auth_mysql/Makefile +++ b/www/mod_auth_mysql/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://bourbon.netvision.net.il/mysql/mod_auth_mysql/ \ MAINTAINER= jeh@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT} -LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client +LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/www/${AP_PORT} .include <bsd.port.pre.mk> |
