diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-12 23:23:08 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-12 23:23:08 +0000 |
commit | 103bb7cbe77c5e02cc453f875c04e0b1152dc5da (patch) | |
tree | d1fb952cdbfd42eee070e10e371c24a6d93fee2c /mail/ezmlm-idx | |
parent | e677797f47124971fb4a2e8436b81169e9d7c4cb (diff) | |
download | ports-103bb7cbe77c5e02cc453f875c04e0b1152dc5da.tar.gz ports-103bb7cbe77c5e02cc453f875c04e0b1152dc5da.zip |
Notes
Diffstat (limited to 'mail/ezmlm-idx')
-rw-r--r-- | mail/ezmlm-idx/Makefile | 2 |
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) |