aboutsummaryrefslogtreecommitdiff
path: root/www/udmsearch
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-28 12:57:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-28 12:57:52 +0000
commita3c383f62d926c2ce3af35bbf3af92749150b751 (patch)
treea8d71bac10848d17da20b6cb390fa707b012c9f8 /www/udmsearch
parentd90d7b94c09bda503e13bca12bb41b8de10580bc (diff)
downloadports-a3c383f62d926c2ce3af35bbf3af92749150b751.tar.gz
ports-a3c383f62d926c2ce3af35bbf3af92749150b751.zip
Notes
Diffstat (limited to 'www/udmsearch')
-rw-r--r--www/udmsearch/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile
index c2958324bb67..2ad04f582055 100644
--- a/www/udmsearch/Makefile
+++ b/www/udmsearch/Makefile
@@ -37,8 +37,7 @@ CONFIGURE_ARGS+= --with-msql=${LOCALBASE}
.else
# default to mysql
-
-LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
+USE_MYSQL= YES
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
.if !defined(WITH_MYSQL)