From 37b22790a7cf13bc5db71a7d484a06794b6645e9 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 23 Sep 2010 13:47:41 +0000 Subject: [PATCH] Make BROKEN, this is not compatible with the new version of vala I am about to commit. Version 0.4 should fix this, but is still in development and several of us need the new vala version to move ahead with some ports. FYI, nothing depends on this port in-tree. ok jasper@ --- textproc/gtkaml/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/gtkaml/Makefile b/textproc/gtkaml/Makefile index 86580e5939d..6fd1700a18a 100644 --- a/textproc/gtkaml/Makefile +++ b/textproc/gtkaml/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.19 2010/05/16 08:09:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.20 2010/09/23 13:47:41 ajacoutot Exp $ + +BROKEN= does not compile with vala >= 0.10 COMMENT= XML parser that extends the Vala.Parser