diff options
author | kris <kris@FreeBSD.org> | 2005-05-07 02:58:17 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-07 02:58:17 +0000 |
commit | 40e6665a05d380ce1165dedb54b3c555b30c4caa (patch) | |
tree | 39085c50928c483e15e3f6644d90c0eab182e72d /www/openvrml | |
parent | 0af265ac45b6a54ac0b20ccb32ed15cf15b26cbc (diff) | |
download | FreeBSD-ports-40e6665a05d380ce1165dedb54b3c555b30c4caa.zip FreeBSD-ports-40e6665a05d380ce1165dedb54b3c555b30c4caa.tar.gz |
BROKEN on i386: Does not build
Diffstat (limited to 'www/openvrml')
-rw-r--r-- | www/openvrml/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index efa71be..f6efb1c 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -42,6 +42,8 @@ PORTDOCS= # empty, not use * 'cause args too long (for find) .if ${ARCH} != "i386" BROKEN= "Does not compile on !i386" +.else +BROKEN= "Does not build on i386" .endif post-patch: |