diff options
-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 efa71bef7dc4..f6efb1c5f415 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: |