diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:25:58 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:25:58 +0800 |
commit | 9ab43af2792eab1977a56968746f9c975b043cc0 (patch) | |
tree | 52fc2176fdb677e5754108d04b937dfe7e86db2d /graphics | |
parent | 14ed035baedb91ecc0b1a055c295a2187d9dcdd5 (diff) | |
download | freebsd-ports-gnome-9ab43af2792eab1977a56968746f9c975b043cc0.tar.gz freebsd-ports-gnome-9ab43af2792eab1977a56968746f9c975b043cc0.tar.zst freebsd-ports-gnome-9ab43af2792eab1977a56968746f9c975b043cc0.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" |