diff options
author | gahr <gahr@FreeBSD.org> | 2013-09-19 21:33:23 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-09-19 21:33:23 +0800 |
commit | 356981bb0630ab65cade4697e0511a808841eba8 (patch) | |
tree | 07386ae1415d4a96610f3fa479c217d2543fb868 /databases | |
parent | 7014f2e8febf0c8bd475903f39ef2204b0e5fd7d (diff) | |
download | freebsd-ports-graphics-356981bb0630ab65cade4697e0511a808841eba8.tar.gz freebsd-ports-graphics-356981bb0630ab65cade4697e0511a808841eba8.tar.zst freebsd-ports-graphics-356981bb0630ab65cade4697e0511a808841eba8.zip |
- Convert USE_TCL to USES=tcl
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysqltcl/Makefile | 2 | ||||
-rw-r--r-- | databases/tdbc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysqltcl/Makefile b/databases/mysqltcl/Makefile index b34a7df3ba3..896a74ee082 100644 --- a/databases/mysqltcl/Makefile +++ b/databases/mysqltcl/Makefile @@ -9,9 +9,9 @@ MASTER_SITES= http://www.xdobry.de/mysqltcl/ 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 diff --git a/databases/tdbc/Makefile b/databases/tdbc/Makefile index 8dee043e098..8bf1fd30352 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} \ |