diff options
author | kris <kris@FreeBSD.org> | 2007-04-22 01:25:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-22 01:25:58 +0800 |
commit | 9ab04f25acbbc15614ac7d9a061abeafea384db3 (patch) | |
tree | ebe29000a8ddae1e634ba407ae606756ed3054c3 /graphics | |
parent | 7ed8ed2f3de5e017e76592ac14074706d22c71bc (diff) | |
download | freebsd-ports-gnome-9ab04f25acbbc15614ac7d9a061abeafea384db3.tar.gz freebsd-ports-gnome-9ab04f25acbbc15614ac7d9a061abeafea384db3.tar.zst freebsd-ports-gnome-9ab04f25acbbc15614ac7d9a061abeafea384db3.zip |
BROKEN on 7.0: Broken objformat handling
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libvisual-plugins/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/libvisual-plugins/Makefile b/graphics/libvisual-plugins/Makefile index 3dbcf8b6aba8..bbc3b1a7fce7 100644 --- a/graphics/libvisual-plugins/Makefile +++ b/graphics/libvisual-plugins/Makefile @@ -27,6 +27,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700029 +BROKEN= Broken objformat handling +.endif + .if ${X_WINDOW_SYSTEM} == "xfree86-4" BUILD_DEPENDS= mkdirhier:${PORTSDIR}/devel/imake-4 .elif ${X_WINDOW_SYSTEM} == "xorg" |