From f75afc693c6df630503d1959a6c9453f109b52de Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Wed, 9 Jul 2003 16:20:29 +0000 Subject: * Replace usage of BROKEN by IGNORE. PR: 53465 Submitted by: Mark Linimon * Also add ONLY_FOR_ARCHS. --- multimedia/vcdgear/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/multimedia/vcdgear/Makefile b/multimedia/vcdgear/Makefile index 62b2a91bfa85..c8cdd05764ce 100644 --- a/multimedia/vcdgear/Makefile +++ b/multimedia/vcdgear/Makefile @@ -13,9 +13,11 @@ MASTER_SITES= http://www.vcdgear.com/files/ MAINTAINER= ports@FreeBSD.org COMMENT= A tool to convert VCDs from cue/bin format to mpeg +ONLY_FOR_ARCHS= alpha i386 + .include .if ${OSVERSION} < 300004 -BROKEN= 'Only an ELF binary is distributed' +IGNORE= "Only an ELF binary is distributed; requires FreeBSD 3.1 or later" .endif .if ${ARCH} == i386 -- cgit v1.2.3