summaryrefslogtreecommitdiff
path: root/mail/tpop3d/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-10-27 20:49:21 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-10-27 20:49:21 +0000
commita10b0f06986c7d26abc6b23686b6225e9f3e36aa (patch)
treec7643dd20bc6378f706eada36b1312c18cad90d6 /mail/tpop3d/Makefile
parentMaintainer is @FreeBSD.ORG. (diff)
use USE_MYSQL
PR: 57645 Approved by: maintainer timeout (3 weeks)
Notes
Notes: svn path=/head/; revision=92352
Diffstat (limited to 'mail/tpop3d/Makefile')
-rw-r--r--mail/tpop3d/Makefile2
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