diff options
author | pav <pav@FreeBSD.org> | 2006-10-07 21:02:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-10-07 21:02:31 +0800 |
commit | ed40b9beb6f70fbc89a1689cfd60d5d27c29d09a (patch) | |
tree | 748078161965ceb3b7af4ccda824d8b3aa3ebd17 /databases/mysqltcl | |
parent | 61b01401dbc90cb6e0ae7b2eac62930a199fa2ec (diff) | |
download | freebsd-ports-gnome-ed40b9beb6f70fbc89a1689cfd60d5d27c29d09a.tar.gz freebsd-ports-gnome-ed40b9beb6f70fbc89a1689cfd60d5d27c29d09a.tar.zst freebsd-ports-gnome-ed40b9beb6f70fbc89a1689cfd60d5d27c29d09a.zip |
- Unmark BROKEN, the offending header in mysql-client was fixed
Diffstat (limited to 'databases/mysqltcl')
-rw-r--r-- | databases/mysqltcl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/mysqltcl/Makefile b/databases/mysqltcl/Makefile index fc8821722ffc..af931cd8b329 100644 --- a/databases/mysqltcl/Makefile +++ b/databases/mysqltcl/Makefile @@ -15,8 +15,6 @@ COMMENT= TCL module for accessing MySQL databases based on msqltcl LIB_DEPENDS= ${TCL_NODOT}:${PORTSDIR}/lang/${TCL_NODOT} -BROKEN= Does not compile - USE_MYSQL= yes TCL_VERSION?= tcl8.4 TCL_NODOT= ${TCL_VERSION:S/.//} |