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/qcamview | |
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/qcamview')
-rw-r--r-- | graphics/qcamview/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/qcamview/Makefile b/graphics/qcamview/Makefile index 3b3bdecde83f..579bb70f059a 100644 --- a/graphics/qcamview/Makefile +++ b/graphics/qcamview/Makefile @@ -46,4 +46,10 @@ do-install: @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile.${component} ${MAKE_ARGS} ${INSTALL_TARGET}) .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |