summaryrefslogtreecommitdiff
path: root/databases/gtksql
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-10-18 23:46:56 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-10-18 23:46:56 +0000
commit3c1486cffe9375f9d5a9e7cc4f446f0fa91bf08a (patch)
tree43e0b2abdf6be4bfe8496b7074bb92669b8de92a /databases/gtksql
parent- Update to 1.5 (diff)
Pointyhat confirms that these don't work with newer MySQL, so
mark them: BROKEN= Needs modification to work with newer MySQL EXPIRATION_DATE= 2011-11-30
Notes
Notes: svn path=/head/; revision=283869
Diffstat (limited to 'databases/gtksql')
-rw-r--r--databases/gtksql/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile
index 2d6ed5669b84..fc6eb52b6538 100644
--- a/databases/gtksql/Makefile
+++ b/databases/gtksql/Makefile
@@ -15,6 +15,8 @@ MAINTAINER= domi@saargate.de
COMMENT= Graphical query tool for PostgreSQL and/or MySQL
.if defined(PACKAGE_BUILDING) && !defined(WITH_MYSQL) && !defined(WITH_PGSQL)
+BROKEN= Needs modification to work with newer MySQL
+EXPIRATION_DATE= 2011-11-30
WITH_MYSQL= yes
.endif