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/udmsearch | |
parent | ed0a8c97dcce69a3059c73b945c19d7b0d7dc366 (diff) | |
download | ports-88d74bc517cd2019a6a3180248d65ae1be1c8884.tar.gz ports-88d74bc517cd2019a6a3180248d65ae1be1c8884.zip |
Notes
Diffstat (limited to 'www/udmsearch')
-rw-r--r-- | www/udmsearch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile index 9422c02cefe9..f8ff463ab6a2 100644 --- a/www/udmsearch/Makefile +++ b/www/udmsearch/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --with-msql=${LOCALBASE} .else # default to mysql -LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client +LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} .if !defined(WITH_MYSQL) |