diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-07-01 09:06:39 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-07-01 09:06:39 +0000 |
commit | 8a14a57b16926e0268f159528620b76f4290bf89 (patch) | |
tree | 67feec648a41b572af3812a32c825f5c806ca977 /mail/ezmlm-idx/Makefile | |
parent | cfc2f82c244e3a3e71c309201a5a9258e0546785 (diff) | |
download | ports-8a14a57b16926e0268f159528620b76f4290bf89.tar.gz ports-8a14a57b16926e0268f159528620b76f4290bf89.zip |
Notes
Diffstat (limited to 'mail/ezmlm-idx/Makefile')
-rw-r--r-- | mail/ezmlm-idx/Makefile | 4 |
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 |