From aa37151479b123c92d8750ffe2f5a6787067e088 Mon Sep 17 00:00:00 2001 From: jeh Date: Mon, 29 Sep 2003 10:12:15 +0000 Subject: Jeremy Prior pointed out that there is USE_MYSQL= available, use that instead. No version bump. --- www/mod_auth_mysql/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'www/mod_auth_mysql') diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile index b5c54f97420..88f54a4e243 100644 --- a/www/mod_auth_mysql/Makefile +++ b/www/mod_auth_mysql/Makefile @@ -15,15 +15,10 @@ MAINTAINER= jeh@FreeBSD.org COMMENT= Allows users to use MySQL databases for user authentication BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT} -.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.10) -LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client -.elif exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.14) -LIB_DEPENDS+= mysqlclient.14:${PORTSDIR}/databases/mysql41-client -.else -LIB_DEPENDS+= mysqlclient.12:${PORTSDIR}/databases/mysql40-client -.endif RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/www/${AP_PORT} +USE_MYSQL= yes + .include APXS= ${LOCALBASE}/sbin/apxs -- cgit