diff options
Diffstat (limited to 'databases/mysqltcl')
-rw-r--r-- | databases/mysqltcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysqltcl/Makefile b/databases/mysqltcl/Makefile index 3eab413178dc..7f1d2caaec07 100644 --- a/databases/mysqltcl/Makefile +++ b/databases/mysqltcl/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= http://www.xdobry.de/mysqltcl/ MAINTAINER= mi@aldan.algebra.com COMMENT= TCL module for accessing MySQL databases based on msqltcl -LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql323-client \ - ${TCL_NODOT}:${PORTSDIR}/lang/${TCL_NODOT} +LIB_DEPENDS= ${TCL_NODOT}:${PORTSDIR}/lang/${TCL_NODOT} +USE_MYSQL= yes TCL_VERSION?= tcl8.4 TCL_NODOT= ${TCL_VERSION:S/.//} SQL_DIR= ${PREFIX}/lib/${TCL_VERSION}/mysqltcl |