diff options
author | erwin <erwin@FreeBSD.org> | 2009-05-24 23:20:16 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-05-24 23:20:16 +0800 |
commit | bd42be31b1d6352bab12a4fe2f9db920f6e65488 (patch) | |
tree | 3d4a83efaad9ddcc9b06177d590764c65b01f7e3 /graphics/vid | |
parent | 2c8c9ca0d998cf25ffdb255ac51077667a66cc79 (diff) | |
download | freebsd-ports-gnome-bd42be31b1d6352bab12a4fe2f9db920f6e65488.tar.gz freebsd-ports-gnome-bd42be31b1d6352bab12a4fe2f9db920f6e65488.tar.zst freebsd-ports-gnome-bd42be31b1d6352bab12a4fe2f9db920f6e65488.zip |
Mark BROKEN on 8.x: does not build.
Diffstat (limited to 'graphics/vid')
-rw-r--r-- | graphics/vid/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile index 698777347714..79e03718930d 100644 --- a/graphics/vid/Makefile +++ b/graphics/vid/Makefile @@ -26,4 +26,10 @@ ALL_TARGET= do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vid ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |