From 337148661c04e620a7831fd0e05b8e3542351126 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 7 Aug 2006 14:12:58 +0000 Subject: - Mark broken on 4.x Submitted by: pointyhat via kris Approved by: krion (mentor) --- lang/gforth/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/gforth') diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index e3ab84cb71cb..4ae3be9c142c 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -51,6 +51,10 @@ BYTEORDER=b BYTEORDER=l .endif +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + post-install: install-doc install-el remove-empty-files remove-empty-dirs install-doc: -- cgit v1.2.3