diff options
author | vs <vs@FreeBSD.org> | 2005-04-21 23:03:20 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-21 23:03:20 +0800 |
commit | 79a362798668c22a4de70fe8a59ba3bc673606aa (patch) | |
tree | a18e399fca0a359cbbb2848073ead783da5fc803 /math/pgcalc | |
parent | 01d7afcea3d63febf59bf0e38c46a27873539e39 (diff) | |
download | freebsd-ports-gnome-79a362798668c22a4de70fe8a59ba3bc673606aa.tar.gz freebsd-ports-gnome-79a362798668c22a4de70fe8a59ba3bc673606aa.tar.zst freebsd-ports-gnome-79a362798668c22a4de70fe8a59ba3bc673606aa.zip |
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.
Diffstat (limited to 'math/pgcalc')
-rw-r--r-- | math/pgcalc/Makefile | 4 |
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 |