diff options
author | thierry <thierry@FreeBSD.org> | 2010-09-28 04:14:38 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2010-09-28 04:14:38 +0800 |
commit | 3683c17f5360f55736d5a24aca44f21b0b47be68 (patch) | |
tree | 8cd8422ea1e1c602f0b6cd6f012da106aa1d25bb /science | |
parent | a31a2255be991882d2de2be3e750f3fff0d4f9e2 (diff) | |
download | freebsd-ports-gnome-3683c17f5360f55736d5a24aca44f21b0b47be68.tar.gz freebsd-ports-gnome-3683c17f5360f55736d5a24aca44f21b0b47be68.tar.zst freebsd-ports-gnome-3683c17f5360f55736d5a24aca44f21b0b47be68.zip |
Mark BROKEN only with the old binutils.
Diffstat (limited to 'science')
-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 |