diff options
-rw-r--r-- | lang/pm3-base/Makefile | 2 | ||||
-rw-r--r-- | lang/pm3-forms/Makefile | 2 | ||||
-rw-r--r-- | lang/pm3-gui/Makefile | 2 | ||||
-rw-r--r-- | lang/pm3-m3tk/Makefile | 2 | ||||
-rw-r--r-- | lang/pm3-net/Makefile | 2 | ||||
-rw-r--r-- | lang/pm3-netobj/Makefile | 2 | ||||
-rw-r--r-- | print/virtualpaper/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lang/pm3-base/Makefile b/lang/pm3-base/Makefile index 5d92702..b5cf295 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 diff --git a/lang/pm3-forms/Makefile b/lang/pm3-forms/Makefile index c9399fe6b6..115570e 100644 --- a/lang/pm3-forms/Makefile +++ b/lang/pm3-forms/Makefile @@ -55,7 +55,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} diff --git a/lang/pm3-gui/Makefile b/lang/pm3-gui/Makefile index 45ba85d..1f9a000 100644 --- a/lang/pm3-gui/Makefile +++ b/lang/pm3-gui/Makefile @@ -52,7 +52,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} diff --git a/lang/pm3-m3tk/Makefile b/lang/pm3-m3tk/Makefile index 35a05f8..0fe9c8e 100644 --- a/lang/pm3-m3tk/Makefile +++ b/lang/pm3-m3tk/Makefile @@ -48,7 +48,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} diff --git a/lang/pm3-net/Makefile b/lang/pm3-net/Makefile index e090594..3da32d1 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} diff --git a/lang/pm3-netobj/Makefile b/lang/pm3-netobj/Makefile index c8a5f08..852b712 100644 --- a/lang/pm3-netobj/Makefile +++ b/lang/pm3-netobj/Makefile @@ -55,7 +55,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} diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile index fa9916e..89d957b 100644 --- a/print/virtualpaper/Makefile +++ b/print/virtualpaper/Makefile @@ -60,7 +60,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} |