summaryrefslogtreecommitdiff
path: root/ftp/proftpd-devel
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 /ftp/proftpd-devel
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 'ftp/proftpd-devel')
-rw-r--r--ftp/proftpd-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile
index 255e484002fd..a2ce7f485de1 100644
--- a/ftp/proftpd-devel/Makefile
+++ b/ftp/proftpd-devel/Makefile
@@ -44,7 +44,7 @@ CONFIGURE_ENV+= CFLAGS="-I/usr/local/include -g" LDFLAGS=-L/usr/local/lib
.if defined(WITH_MYSQL)
MODULES:=$(MODULES):mod_sqlpw:mod_mysql
-LIB_DEPENDS+= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
+LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
CONFIGURE_ENV+= CFLAGS="-I${PREFIX}/include/mysql" LDFLAGS="-L${PREFIX}/lib/mysql"
.endif