diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-27 20:49:21 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-27 20:49:21 +0000 |
commit | a10b0f06986c7d26abc6b23686b6225e9f3e36aa (patch) | |
tree | c7643dd20bc6378f706eada36b1312c18cad90d6 /mail/tpop3d | |
parent | 2601f2f94762e36b2eb252808445e9b869ec80f8 (diff) | |
download | ports-a10b0f06986c7d26abc6b23686b6225e9f3e36aa.tar.gz ports-a10b0f06986c7d26abc6b23686b6225e9f3e36aa.zip |
Notes
Diffstat (limited to 'mail/tpop3d')
-rw-r--r-- | mail/tpop3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index cae61f8ce672..44230c87b293 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -15,7 +15,7 @@ COMMENT= Virtual-domain capable POP3 server supporting MySQL auth # mysql authentication .if !defined(WITHOUT_MYSQL) -LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +USE_MYSQL= yes CONFIGURE_ARGS+= --enable-auth-mysql \ --with-mysql-lib-dir=${LOCALBASE}/lib/mysql \ --with-mysql-include-dir=${LOCALBASE}/include/mysql |