From 365d026727ec29a792e385bca9e9cf03f25bdb71 Mon Sep 17 00:00:00 2001 From: jdp Date: Mon, 30 Jun 2003 18:17:54 +0000 Subject: The use of IGNORE is now preferred to BROKEN to indicate ports that will never build on older OS releases. Submitted by: Mark Linimon PR: ports/53462, ports/53464 --- lang/pm3-base/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/pm3-base') diff --git a/lang/pm3-base/Makefile b/lang/pm3-base/Makefile index 5d927024f96..b5cf295af10 100644 --- a/lang/pm3-base/Makefile +++ b/lang/pm3-base/Makefile @@ -61,7 +61,7 @@ BOOTSTRAP= pm3-${PORTVERSION}-${TARGET}-boot.tar.bz2 WORDSIZE= 32 .elif ${ARCH} == "alpha" .if ${OSVERSION} < 400011 -BROKEN= Not supported on older versions of FreeBSD/Alpha +IGNORE= Not supported on older versions of FreeBSD/Alpha .endif CFLAGS+= -mieee TARGET= FBSD_ALPHA -- cgit