From c2a3de67148d108c9d2f761b9b9e4844600a26cf Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 17 Apr 2004 00:53:47 +0000 Subject: [PATCH] BROKEN: Does not compile --- cad/tochnog/Makefile | 2 ++ databases/ruby-libgda/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cad/tochnog/Makefile b/cad/tochnog/Makefile index 2fd45094fe31..f608b74262a6 100644 --- a/cad/tochnog/Makefile +++ b/cad/tochnog/Makefile @@ -23,6 +23,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libsuperlu_mt.a:${PORTSDIR}/math/superlu_mt BUILD_DEPENDS+= ${LOCALBASE}/lib/libsuperlu.a:${PORTSDIR}/math/superlu .endif +BROKEN= "Does not compile" + .include .if ${OSVERSION} >= 500113 diff --git a/databases/ruby-libgda/Makefile b/databases/ruby-libgda/Makefile index 80542ac1d4b5..4868f7db5aef 100644 --- a/databases/ruby-libgda/Makefile +++ b/databases/ruby-libgda/Makefile @@ -19,6 +19,8 @@ COMMENT= Ruby binding for libgda (GNOME-DB Project) RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 +BROKEN= "Does not compile" + USE_RUBY= yes USE_GNOME= libgda2 USE_RUBY_EXTCONF= yes