aboutsummaryrefslogtreecommitdiff
path: root/math/pgcalc/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-21 15:03:20 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-21 15:03:20 +0000
commitbc1bbdc92cf6370be8b0c764064808ade42a20fb (patch)
treec2b6db2a721fe2e7303d3ed695de03d266ee60ed /math/pgcalc/Makefile
parentb82289a9e4ec248394d208ffbe828f81cd672e99 (diff)
Notes
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