aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2010-09-27 20:14:38 +0000
committerThierry Thomas <thierry@FreeBSD.org>2010-09-27 20:14:38 +0000
commit176738890f8baa604a79fe1ecf7e2344420b6907 (patch)
tree32bca4dc6dd044d3f6a3c04fb226111f780042fc /science
parent1b436676c984a1f70e174cd2348b18fabc10d7d4 (diff)
downloadports-176738890f8baa604a79fe1ecf7e2344420b6907.tar.gz
ports-176738890f8baa604a79fe1ecf7e2344420b6907.zip
Notes
Diffstat (limited to 'science')
-rw-r--r--science/gnudatalanguage/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile
index 34c2985fdb57..a8107d3915da 100644
--- a/science/gnudatalanguage/Makefile
+++ b/science/gnudatalanguage/Makefile
@@ -33,8 +33,6 @@ LIB_DEPENDS+= plplotd.9:${PORTSDIR}/math/plplot \
gsl.15:${PORTSDIR}/math/gsl \
dps.0:${PORTSDIR}/x11/dgs
-BROKEN= does not build
-
USE_GCC= 4.4+
USE_WX= 2.8
GNU_CONFIGURE= yes
@@ -96,6 +94,10 @@ CONFIGURE_ARGS+=--with-python=no
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 800503
+BROKEN= Does not build with ancient binutils
+.endif
+
.if defined(PACKAGE_BUILDING) || exists(${LOCALBASE}/lib/libfftw3.so)
WITH_FFTW3= yes
.endif