diff options
-rw-r--r-- | devel/omniNotify/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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: |