aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/luminance
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-11-25 08:12:01 +0800
committerlinimon <linimon@FreeBSD.org>2007-11-25 08:12:01 +0800
commitc9053fd601287884acc4f9d29992bd6abf030ce6 (patch)
tree905e962cd73836865e32a1e860d76dcc41177bed /graphics/luminance
parentb76e4fc2aac609562b484c929c47dbdc451c0635 (diff)
downloadfreebsd-ports-gnome-c9053fd601287884acc4f9d29992bd6abf030ce6.tar.gz
freebsd-ports-gnome-c9053fd601287884acc4f9d29992bd6abf030ce6.tar.zst
freebsd-ports-gnome-c9053fd601287884acc4f9d29992bd6abf030ce6.zip
Mark as broken on 5.x: compiler segfaults.
Approved by: portmgr (self)
Diffstat (limited to 'graphics/luminance')
-rw-r--r--graphics/luminance/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile
index 1d79fa13fef0..141028923c54 100644
--- a/graphics/luminance/Makefile
+++ b/graphics/luminance/Makefile
@@ -46,4 +46,10 @@ pre-build:
@${LRELEASE} ${BUILD_WRKSRC}/project.pro
@cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600000
+BROKEN= Does not compile (compiler segfault)
+.endif
+
+.include <bsd.port.post.mk>