diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-28 04:49:21 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-28 04:49:21 +0800 |
commit | 694aff404b7ebb88cbbe284c71eb697029af67e4 (patch) | |
tree | 67e5971949c6efa36eb1203c69c4810faa51c931 | |
parent | 38d09651973da6a5b46db1cd8301886bf3a6dc5f (diff) | |
download | freebsd-ports-gnome-694aff404b7ebb88cbbe284c71eb697029af67e4.tar.gz freebsd-ports-gnome-694aff404b7ebb88cbbe284c71eb697029af67e4.tar.zst freebsd-ports-gnome-694aff404b7ebb88cbbe284c71eb697029af67e4.zip |
use USE_MYSQL
PR: 57645
Approved by: maintainer timeout (3 weeks)
-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 |