diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-21 19:57:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-21 19:57:03 +0000 |
commit | eeb8dd483ffde09e3779a6edca7ccb13a0853aea (patch) | |
tree | 1526077ca26ed5aee9c81f6bc48f37d02733cbe4 /x11-toolkits/p5-Tcl-Tk | |
parent | af7bf39a90f6b51d12e6209caab8fa37224cca38 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/p5-Tcl-Tk')
-rw-r--r-- | x11-toolkits/p5-Tcl-Tk/Makefile | 8 |
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> |