summaryrefslogtreecommitdiff
path: root/databases/dbconnect
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-28 12:57:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-28 12:57:52 +0000
commita3c383f62d926c2ce3af35bbf3af92749150b751 (patch)
treea8d71bac10848d17da20b6cb390fa707b012c9f8 /databases/dbconnect
parent[MAINTAINER] ports net/openldap2[012]-server: use RC_SUBR, miscellaneous impr... (diff)
[orphaned ports]: use USE_MYSQL for various orphaned ports.
Make these ports use USE_MYSQL: * databases/dbconnect * net/netsaint * www/mod_mp3 * www/mod_mylo * www/phpnuke * www/postnuke * www/udmsearch * mail/courier PR: ports/56029 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes: svn path=/head/; revision=87903
Diffstat (limited to 'databases/dbconnect')
-rw-r--r--databases/dbconnect/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/dbconnect/Makefile b/databases/dbconnect/Makefile
index 6d88a1bfa156..fa2f4b0adedc 100644
--- a/databases/dbconnect/Makefile
+++ b/databases/dbconnect/Makefile
@@ -19,7 +19,7 @@ USE_REINPLACE= yes
GNU_CONFIGURE= yes
.if defined(WITH_MYSQL)
-LIB_DEPENDS+= mysqlclient:${PORTSDIR}/databases/mysql323-client
+USE_MYSQL= YES
CONFIGURE_ARGS+= --with-mysql=yes \
--with-mysqlinclude=${LOCALBASE}/include/mysql \
--with-mysqllib=${LOCALBASE}/lib/mysql