diff options
author | kris <kris@FreeBSD.org> | 2004-05-29 11:44:14 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-29 11:44:14 +0800 |
commit | 707b893478cc9c9d83db17284a4a22232ea01a2d (patch) | |
tree | cdb3ce087fcdbdb511ea3e87dd4f273aa8415a8b /devel | |
parent | 62b700e718db0205eb3b2398f3334c035ff3ba91 (diff) | |
download | freebsd-ports-graphics-707b893478cc9c9d83db17284a4a22232ea01a2d.tar.gz freebsd-ports-graphics-707b893478cc9c9d83db17284a4a22232ea01a2d.tar.zst freebsd-ports-graphics-707b893478cc9c9d83db17284a4a22232ea01a2d.zip |
BROKEN on 4.x: Does not compile
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gdb53-act/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/gdb53-act/Makefile b/devel/gdb53-act/Makefile index 80096b164e2..c2cca1fbbcf 100644 --- a/devel/gdb53-act/Makefile +++ b/devel/gdb53-act/Makefile @@ -29,6 +29,10 @@ CONFIGURE_ARGS+= --disable-nls BROKEN= "Does not compile on !i386 and !alpha" .endif +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x" +.endif + pre-configure: cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo |