aboutsummaryrefslogtreecommitdiffstats
path: root/math/pgcalc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/pgcalc/Makefile')
-rw-r--r--math/pgcalc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/pgcalc/Makefile b/math/pgcalc/Makefile
index d19578ed4ad0..dd6cb96863f1 100644
--- a/math/pgcalc/Makefile
+++ b/math/pgcalc/Makefile
@@ -25,6 +25,10 @@ OPTIONS= ARTS "Build with aRts support" on
.include <bsd.port.pre.mk>
+.if (${OSVERSION} < 500000)
+BROKEN= "Does not build with gcc2 and can't link with gcc3"
+.endif
+
.if !defined(WITH_ARTS)
CONFIGURE_ARGS+= --without-arts
.endif