summaryrefslogtreecommitdiff
path: root/math
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
parent- Respect CFLAGS (diff)
Mark as BROKEN on 4.x: Does not build with gcc2 and can't link with gcc3 since
it requires QT. Note that it's not as easy as fixing the current problem reported by pointyhat, there are more snarks lurking below.
Notes
Notes: svn path=/head/; revision=133857
Diffstat (limited to 'math')
-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