From ffc229030a70b28c837b13578daef878f6086e4f Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Fri, 25 Feb 2011 14:36:21 +0000 Subject: Fix MySQL dependencies. --- net/prosearch/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'net/prosearch') diff --git a/net/prosearch/Makefile b/net/prosearch/Makefile index 66071601dc48..9bde58d88461 100644 --- a/net/prosearch/Makefile +++ b/net/prosearch/Makefile @@ -71,16 +71,14 @@ ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI .endif .if defined(WITH_MYSQL) -USE_MYSQL= YES +USE_MYSQL= client USE_PERL5_RUN= YES -RUN_DEPENDS+=\ -${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} +RUN_DEPENDS+= +${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql .endif .if defined(WITH_DB) && defined(WITH_MYSQL) -RUN_DEPENDS+=\ -${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql${MYSQL_VER}-server \ -mysqlhotcopy:${PORTSDIR}/databases/mysql${MYSQL_VER}-scripts +USE_MYSQL= server .endif .if defined(WITH_PGSQL) -- cgit v1.2.3