diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-07 21:02:31 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-07 21:02:31 +0800 |
commit | 3ab6ca35649022d76c2d9e863c4327d912fb024f (patch) | |
tree | 4eb57af65e3a4623db3351e34871218664812f71 /databases/mysqltcl | |
parent | d1085daefce2df119546e05338b931a62e5d8aa4 (diff) | |
download | freebsd-ports-gnome-3ab6ca35649022d76c2d9e863c4327d912fb024f.tar.gz freebsd-ports-gnome-3ab6ca35649022d76c2d9e863c4327d912fb024f.tar.zst freebsd-ports-gnome-3ab6ca35649022d76c2d9e863c4327d912fb024f.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/.//} |