diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2010-09-27 20:14:38 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2010-09-27 20:14:38 +0000 |
commit | 176738890f8baa604a79fe1ecf7e2344420b6907 (patch) | |
tree | 32bca4dc6dd044d3f6a3c04fb226111f780042fc /science/gnudatalanguage | |
parent | 1b436676c984a1f70e174cd2348b18fabc10d7d4 (diff) |
Mark BROKEN only with the old binutils.
Notes
Notes:
svn path=/head/; revision=261972
Diffstat (limited to 'science/gnudatalanguage')
-rw-r--r-- | science/gnudatalanguage/Makefile | 6 |
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 |