From 0d4239a2c3aa88224f072e322b1b533a2f6cfe8f Mon Sep 17 00:00:00 2001 From: erwin Date: Sun, 27 Dec 2009 13:37:04 +0000 Subject: Mark BROKEN on 9.x: does not build. --- devel/omniNotify/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel/omniNotify') diff --git a/devel/omniNotify/Makefile b/devel/omniNotify/Makefile index 831a5fc28c5c..cc33910bd1d0 100644 --- a/devel/omniNotify/Makefile +++ b/devel/omniNotify/Makefile @@ -42,6 +42,8 @@ CONFIGURE_ARGS= --with-omniorb=${LOCALBASE} .if ${ARCH} != "i386" BROKEN= "Does not compile on !i386" +.elif ${OSVERSION} >= 900000 +BROKEN= does not build .endif pre-configure: -- cgit