aboutsummaryrefslogtreecommitdiff
path: root/math/pgcalc
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
commitc44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch)
treee6dd259a421e47b261f2bd597fcca9e4eec75ae0 /math/pgcalc
parent06e0fcfad4fcd1229d0855aef4a391838f476cf3 (diff)
downloadports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.tar.gz
ports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.zip
Notes
Diffstat (limited to 'math/pgcalc')
-rw-r--r--math/pgcalc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/math/pgcalc/Makefile b/math/pgcalc/Makefile
index d513c0ca3a37..34796584b910 100644
--- a/math/pgcalc/Makefile
+++ b/math/pgcalc/Makefile
@@ -25,10 +25,6 @@ OPTIONS= ARTS "Build with aRts support" on
.include <bsd.port.pre.mk>
-.if (${OSVERSION} < 500000)
-BROKEN= Does not build with gcc2 and cannot link with gcc3
-.endif
-
.if !defined(WITH_ARTS)
CONFIGURE_ARGS+= --without-arts
.endif