aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Time-Object
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 08:32:35 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 08:32:35 +0000
commit5d951b485a8cec574027970fc43b116900c3d207 (patch)
tree661ca782f83b735ddb0a59be34f33c90809220dc /devel/p5-Time-Object
parentf6f2ceb473adbd781351f92ac0e8e8cdb61acb4c (diff)
Notes
Diffstat (limited to 'devel/p5-Time-Object')
-rw-r--r--devel/p5-Time-Object/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Time-Object/Makefile b/devel/p5-Time-Object/Makefile
index 9281208c1714..ef7757c43019 100644
--- a/devel/p5-Time-Object/Makefile
+++ b/devel/p5-Time-Object/Makefile
@@ -20,4 +20,10 @@ MAN3= Time::Object.3 Time::Seconds.3
PERL_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>