Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2013 13:33:23 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327616 - in head/databases: mysqltcl tdbc
Message-ID:  <201309191333.r8JDXNMC085213@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309191333.r8JDXNMC085213>