svn commit: r316532 - head/databases/tcl-Mysql

Mikhail Teterin mi at FreeBSD.org
Thu Apr 25 20:51:39 UTC 2013


Author: mi
Date: Thu Apr 25 20:51:38 2013
New Revision: 316532
URL: http://svnweb.freebsd.org/changeset/ports/316532

Log:
  Switch to using USE_MYSQL instead of explicitly depending on
  mysqlclient library.
  
  Suggested by:	Florian Smeets

Modified:
  head/databases/tcl-Mysql/Makefile

Modified: head/databases/tcl-Mysql/Makefile
==============================================================================
--- head/databases/tcl-Mysql/Makefile	Thu Apr 25 20:19:15 2013	(r316531)
+++ head/databases/tcl-Mysql/Makefile	Thu Apr 25 20:51:38 2013	(r316532)
@@ -16,8 +16,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	TCL module for accessing MySQL databases
 
-LIB_DEPENDS=	mysqlclient:${PORTSDIR}/databases/mysql41-client
-
+USE_MYSQL=	41+
 USE_TCL=	84+
 TCL_NODOT=	tcl${TCL_VER:S/.//}
 WRKSRC=		${WRKDIR}/tcl-sql/


More information about the svn-ports-head mailing list