aboutsummaryrefslogtreecommitdiff
path: root/databases/tdbc
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-09-19 13:33:23 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-09-19 13:33:23 +0000
commit80fb451383717eb7396c777f94d80a4a6f268c6c (patch)
tree07386ae1415d4a96610f3fa479c217d2543fb868 /databases/tdbc
parentfbfe8429683bc7a44474b8467450013d62238b78 (diff)
downloadports-80fb451383717eb7396c777f94d80a4a6f268c6c.tar.gz
ports-80fb451383717eb7396c777f94d80a4a6f268c6c.zip
- Convert USE_TCL to USES=tcl
Notes
Notes: svn path=/head/; revision=327616
Diffstat (limited to 'databases/tdbc')
-rw-r--r--databases/tdbc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/tdbc/Makefile b/databases/tdbc/Makefile
index 8dee043e098f..8bf1fd303529 100644
--- a/databases/tdbc/Makefile
+++ b/databases/tdbc/Makefile
@@ -12,7 +12,7 @@ COMMENT= The common database access interface for Tcl
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} \