diff options
-rw-r--r-- | lang/pnet-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pnet-base/Makefile b/lang/pnet-base/Makefile index 91ea7998c860..64b45d3cd40f 100644 --- a/lang/pnet-base/Makefile +++ b/lang/pnet-base/Makefile @@ -45,8 +45,8 @@ MAN1= clrwrap.1 csant.1 cscc.1 csdoc.1 csdoc2hier.1 csdoc2html.1 \ .include "${.CURDIR}/../pnet/Makefile.pnet" .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" -BROKEN= Coredump during build on alpha +.if ${ARCH} != "i386" && ${ARCH} != "alpha" +BROKEN= "Configure fails on !i386 and !alpha" .endif post-everything:: |