summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-07-01 09:06:39 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-07-01 09:06:39 +0000
commit8a14a57b16926e0268f159528620b76f4290bf89 (patch)
tree67feec648a41b572af3812a32c825f5c806ca977 /mail
parentSplit mysql322 into mysql322-client and mysql322-server. (diff)
Switch from mysql322 to mysql322-client and mysql322-server.
Notes
Notes: svn path=/head/; revision=19931
Diffstat (limited to 'mail')
-rw-r--r--mail/ezmlm-idx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile
index 184c8c62ff2e..ee8992c14475 100644
--- a/mail/ezmlm-idx/Makefile
+++ b/mail/ezmlm-idx/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 November 1998
# Whom: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
#
-# $Id: Makefile,v 1.3 1999/03/31 15:34:31 steve Exp $
+# $Id: Makefile,v 1.4 1999/06/07 13:30:28 billf Exp $
DISTNAME= ezmlm-idx-${IDX_VERSION}
CATEGORIES= mail
@@ -26,7 +26,7 @@ RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail
# If USE_MYSQL is defined, build with MySQL extensions
.if defined(USE_MYSQL)
ALL_TARGET= it ${LANGUAGE} mysql
-LIB_DEPENDS+= mysqlclient.6:${PORTSDIR}/databases/mysql322
+LIB_DEPENDS+= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
.else
ALL_TARGET= it ${LANGUAGE}
.endif