aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-02-13 07:23:08 +0800
committerale <ale@FreeBSD.org>2004-02-13 07:23:08 +0800
commitb86329885233933609098f92779c93cd50e07787 (patch)
treee4471113cbff7fe0ec402a60bbc264b0f0fdc8c9 /mail
parent426501b53c6470eb68e4a803b7870a00156bb2dd (diff)
downloadfreebsd-ports-gnome-b86329885233933609098f92779c93cd50e07787.tar.gz
freebsd-ports-gnome-b86329885233933609098f92779c93cd50e07787.tar.zst
freebsd-ports-gnome-b86329885233933609098f92779c93cd50e07787.zip
Use USE_MYSQL.
PR: ports/62756 Submitted by: Brian Reichert <reichert@numachi.com> Approved by: nork (mentor/implicitly)
Diffstat (limited to 'mail')
-rw-r--r--mail/ezmlm-idx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile
index 208591281152..a74f5a7fca09 100644
--- a/mail/ezmlm-idx/Makefile
+++ b/mail/ezmlm-idx/Makefile
@@ -35,7 +35,7 @@ LANGUAGE?= en_US
# If WITH_MYSQL is defined, build with MySQL extensions
.if defined(WITH_MYSQL)
ALL_TARGET= mysql it ${LANGUAGE}
-LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
+USE_MYSQL= yes
EXTRACT_INCLUDE+= -I${LOCALBASE}/include/mysql
EXTRACT_LIB+= -L${LOCALBASE}/lib/mysql -lmysqlclient -lm
.elif defined(WITH_POSTGRESQL)