From d2aa71ea16b12a67b96cf979046dd6cb205dfe03 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 26 Sep 2004 01:52:04 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- multimedia/mpeg4ip/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'multimedia') diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index 41f4d98af151..f6ad3cc4eec5 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -91,6 +91,10 @@ post-extract: .include +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if exists(${LOCALBASE}/include/systems.h) CONFLICTS= faad* .endif -- cgit