diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 09:30:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 09:30:29 +0000 |
commit | ffeffea58c2ceba14932f657398f6e263a6e11b2 (patch) | |
tree | 12a029c41c20d211917566551faa42ff84fd3cbe /math | |
parent | dc06283100763b8fd40e4afa860bf50f7b2f0ea5 (diff) | |
download | ports-ffeffea58c2ceba14932f657398f6e263a6e11b2.tar.gz ports-ffeffea58c2ceba14932f657398f6e263a6e11b2.zip |
Notes
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}!="" |