diff options
author | John Polstra <jdp@FreeBSD.org> | 2003-06-30 18:17:54 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2003-06-30 18:17:54 +0000 |
commit | d754c541e069eab15113975ed1a7b6280dcd17b8 (patch) | |
tree | 2f56d0fa42db8382844f398760213ec61db5efb8 /lang/pm3-base | |
parent | c0f86468aec48d1372f465173448be584c5a06dc (diff) |
Notes
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 5d927024f96c..b5cf295af104 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 |