From fe54d2a7c76c819f48572aaac53161c6073e4bc2 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 18 Sep 2004 17:49:31 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- misc/goblin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'misc/goblin/Makefile') diff --git a/misc/goblin/Makefile b/misc/goblin/Makefile index 06fbde562900..31a67f2b98eb 100644 --- a/misc/goblin/Makefile +++ b/misc/goblin/Makefile @@ -37,6 +37,10 @@ WISH= ${LOCALBASE}/bin/wish8.3 .include +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${OSVERSION} < 500035 CXXFLAGS+= -fhuge-objects .endif -- cgit v1.2.3