svn commit: r327616 - in head/databases: mysqltcl tdbc

Pietro Cerutti gahr at FreeBSD.org
Thu Sep 19 13:33:24 UTC 2013


Author: gahr
Date: Thu Sep 19 13:33:23 2013
New Revision: 327616
URL: http://svnweb.freebsd.org/changeset/ports/327616

Log:
  - Convert USE_TCL to USES=tcl

Modified:
  head/databases/mysqltcl/Makefile
  head/databases/tdbc/Makefile

Modified: head/databases/mysqltcl/Makefile
==============================================================================
--- head/databases/mysqltcl/Makefile	Thu Sep 19 13:28:13 2013	(r327615)
+++ head/databases/mysqltcl/Makefile	Thu Sep 19 13:33:23 2013	(r327616)
@@ -9,9 +9,9 @@ MASTER_SITES=	http://www.xdobry.de/mysql
 MAINTAINER=	tcltk at FreeBSD.org
 COMMENT=	TCL module for accessing MySQL databases based on msqltcl
 
+USES+=		tcl
 USE_LDCONFIG=	yes
 USE_MYSQL=	yes
-USE_TCL=	84+
 USE_DOS2UNIX=	generic/mysqltcl.c
 
 MANN=		mysqltcl.n

Modified: head/databases/tdbc/Makefile
==============================================================================
--- head/databases/tdbc/Makefile	Thu Sep 19 13:28:13 2013	(r327615)
+++ head/databases/tdbc/Makefile	Thu Sep 19 13:33:23 2013	(r327616)
@@ -12,7 +12,7 @@ COMMENT=	The common database access inte
 
 OPTIONS_DEFINE=	MYSQL PGSQL SQLITE ODBC
 
-USE_TCL=	86
+USES+=		tcl:86
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} --with-tcloo=${TCL_LIBDIR} \
 		--prefix=${PREFIX} --exec-prefix=${PREFIX} \


More information about the svn-ports-all mailing list