diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-27 13:37:04 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-27 13:37:04 +0000 |
commit | 5e3a65e27bae0b5e09f37246b43a61ca7b9e87af (patch) | |
tree | f9c25d05e6bfea281697843be6b4251dada76a9d /devel/omniNotify | |
parent | 31dd6f3f1178a24198e26b771d0bbf83c1893b9e (diff) |
Notes
Diffstat (limited to 'devel/omniNotify')
-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: |