diff options
author | jdp <jdp@FreeBSD.org> | 2003-07-01 02:17:54 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2003-07-01 02:17:54 +0800 |
commit | 365d026727ec29a792e385bca9e9cf03f25bdb71 (patch) | |
tree | 52d5545c9a79a4aa99b4456fc6427970bf164eb9 /lang/pm3-base | |
parent | 53ab283f8f957669357c48f6b3f22dc1afefc884 (diff) | |
download | freebsd-ports-graphics-365d026727ec29a792e385bca9e9cf03f25bdb71.tar.gz freebsd-ports-graphics-365d026727ec29a792e385bca9e9cf03f25bdb71.tar.zst freebsd-ports-graphics-365d026727ec29a792e385bca9e9cf03f25bdb71.zip |
The use of IGNORE is now preferred to BROKEN to indicate ports
that will never build on older OS releases.
Submitted by: Mark Linimon <linimon@lonesome.com>
PR: ports/53462, ports/53464
Diffstat (limited to 'lang/pm3-base')
-rw-r--r-- | lang/pm3-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |