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 /misc/achievo | |
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).
Notes
Notes:
svn path=/head/; revision=37401
Diffstat (limited to 'misc/achievo')
-rw-r--r-- | misc/achievo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/achievo/Makefile b/misc/achievo/Makefile index 6a9c83963bba..1def10ee8ba3 100644 --- a/misc/achievo/Makefile +++ b/misc/achievo/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-stable-${PORTVERSION} MAINTAINER= nbm@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 \ - ${LOCALBASE}/lib/mysql/libmysqlclient.so:${PORTSDIR}/databases/mysql322-client + ${LOCALBASE}/lib/mysql/libmysqlclient.so:${PORTSDIR}/databases/mysql323-client WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} NO_BUILD= YES |