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-net | |
parent | 53ab283f8f957669357c48f6b3f22dc1afefc884 (diff) | |
download | freebsd-ports-gnome-365d026727ec29a792e385bca9e9cf03f25bdb71.tar.gz freebsd-ports-gnome-365d026727ec29a792e385bca9e9cf03f25bdb71.tar.zst freebsd-ports-gnome-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-net')
-rw-r--r-- | lang/pm3-net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pm3-net/Makefile b/lang/pm3-net/Makefile index e09059428bb4..3da32d1a6d3b 100644 --- a/lang/pm3-net/Makefile +++ b/lang/pm3-net/Makefile @@ -50,7 +50,7 @@ TARGETDIR= freebsd-4 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 L2= .so.${SOVERSION} |