diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-21 06:09:23 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-21 06:09:23 +0000 |
commit | 22856398d41bf2940a339d1d9944863ce492dd89 (patch) | |
tree | 74eee1a30f24a5856c5d7aa861731d511bb30492 /lang | |
parent | d436052bbe209fa09fda64f09bfef2ffcbd8cdd3 (diff) |
Notes
Diffstat (limited to 'lang')
-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 64b45d3cd40f..1a27571f0e2a 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} != "i386" && ${ARCH} != "alpha" -BROKEN= "Configure fails on !i386 and !alpha" +.if ${ARCH} != "i386" +BROKEN= "Configure fails on !i386" .endif post-everything:: |