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) --- graphics/ivtools/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics/ivtools') diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index 2cba4f8b9bf9..b404b0aab70c 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -28,6 +28,10 @@ MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1 .include +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} != "i386" BROKEN= "fails to configure on ${ARCH}" .endif -- cgit v1.2.3