diff options
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}!="" |