From 2cb2ec0f32a1e861c2bb624073fe50c9b5aae92d Mon Sep 17 00:00:00 2001 From: naddy Date: Thu, 10 Oct 2002 22:15:37 +0000 Subject: [PATCH] fix library dependency --- www/mod_auth_mysql/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile index 5e4110c49aa..16c720ca2cf 100644 --- a/www/mod_auth_mysql/Makefile +++ b/www/mod_auth_mysql/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2002/09/15 19:28:36 jakob Exp $ +# $OpenBSD: Makefile,v 1.2 2002/10/10 22:15:37 naddy Exp $ COMMENT= "Apache MySQL authentication module" @@ -21,7 +21,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -LIB_DEPENDS= :mysql-client-3.23.*:databases/mysql +LIB_DEPENDS= mysqlclient.10::databases/mysql BUILD_DEPENDS= ${LIB_DEPENDS} NO_CONFIGURE= true