diff options
author | erwin <erwin@FreeBSD.org> | 2009-12-27 21:37:04 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-12-27 21:37:04 +0800 |
commit | 0d4239a2c3aa88224f072e322b1b533a2f6cfe8f (patch) | |
tree | 4c67d646f43e1e9f1c0295c0e8d866227769023e /devel/omniNotify | |
parent | 25fdad60a9da794f5e224b3228d4f968e5d56994 (diff) | |
download | freebsd-ports-gnome-0d4239a2c3aa88224f072e322b1b533a2f6cfe8f.tar.gz freebsd-ports-gnome-0d4239a2c3aa88224f072e322b1b533a2f6cfe8f.tar.zst freebsd-ports-gnome-0d4239a2c3aa88224f072e322b1b533a2f6cfe8f.zip |
Mark BROKEN on 9.x: does not build.
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: |