diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-02 16:36:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-02 16:36:20 +0000 |
commit | 5becf83506a04ddd36f0e11f8e9a8ce7ce106f2f (patch) | |
tree | 86480d2ee64d1a78595e77a302652c117f626851 | |
parent | 75ae66789f9938622c7a30ef63c4b63b7f29fef1 (diff) | |
download | ports-5becf83506a04ddd36f0e11f8e9a8ce7ce106f2f.tar.gz ports-5becf83506a04ddd36f0e11f8e9a8ce7ce106f2f.zip |
Notes
-rw-r--r-- | databases/mysqltcl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mysqltcl/Makefile b/databases/mysqltcl/Makefile index e950714e0bbb..0ce1c6aefdcc 100644 --- a/databases/mysqltcl/Makefile +++ b/databases/mysqltcl/Makefile @@ -16,6 +16,7 @@ COMMENT= TCL module for accessing MySQL databases based on msqltcl LIB_DEPENDS= ${TCL_NODOT}:${PORTSDIR}/lang/${TCL_NODOT} USE_MYSQL= yes +BROKEN_WITH_MYSQL= 323 40 TCL_VERSION?= tcl8.4 TCL_NODOT= ${TCL_VERSION:S/.//} SQL_DIR= ${PREFIX}/lib/${TCL_VERSION}/mysqltcl |