aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Tcl-Tk
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-21 19:57:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-21 19:57:03 +0000
commiteeb8dd483ffde09e3779a6edca7ccb13a0853aea (patch)
tree1526077ca26ed5aee9c81f6bc48f37d02733cbe4 /x11-toolkits/p5-Tcl-Tk
parentaf7bf39a90f6b51d12e6209caab8fa37224cca38 (diff)
downloadports-eeb8dd483ffde09e3779a6edca7ccb13a0853aea.tar.gz
ports-eeb8dd483ffde09e3779a6edca7ccb13a0853aea.zip
- Mark BROKEN on 7.x and up: segfault during build
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=226633
Diffstat (limited to 'x11-toolkits/p5-Tcl-Tk')
-rw-r--r--x11-toolkits/p5-Tcl-Tk/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Tcl-Tk/Makefile b/x11-toolkits/p5-Tcl-Tk/Makefile
index 10a4437ed883..a2ef5245dd90 100644
--- a/x11-toolkits/p5-Tcl-Tk/Makefile
+++ b/x11-toolkits/p5-Tcl-Tk/Makefile
@@ -22,4 +22,10 @@ PERL_CONFIGURE= yes
MAN3= Tcl::Tk.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700000
+BROKEN= something segfaults during build
+.endif
+
+.include <bsd.port.post.mk>