diff options
Diffstat (limited to 'www/udmsearch/Makefile')
-rw-r--r-- | www/udmsearch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile index c295832..2ad04f5 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) |