diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-01 17:30:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-01 17:30:29 +0800 |
commit | ea4493ab346abe381f6df98511c08228cd0993e6 (patch) | |
tree | 0c9b54a373117ed04a58e13c3d042b1c9224ae1b /math | |
parent | 4255ddc3ad9636d0b862d813a2910fc20e6e30dd (diff) | |
download | freebsd-ports-gnome-ea4493ab346abe381f6df98511c08228cd0993e6.tar.gz freebsd-ports-gnome-ea4493ab346abe381f6df98511c08228cd0993e6.tar.zst freebsd-ports-gnome-ea4493ab346abe381f6df98511c08228cd0993e6.zip |
Mark as broken on gcc4.2. While here, remove obsolete cruft.
Hat: portmgr
Diffstat (limited to 'math')
-rw-r--r-- | math/rascal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/rascal/Makefile b/math/rascal/Makefile index 55a059f9a040..401ceef0962d 100644 --- a/math/rascal/Makefile +++ b/math/rascal/Makefile @@ -30,9 +30,8 @@ MAN1= rascal.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 502000 -BUILD_DEPENDS= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline -RUN_DEPENDS= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 .endif .if ${HAVE_GNOME:Mgnomelibs}!="" |