diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-07 02:58:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-07 02:58:17 +0000 |
commit | 71d09b15a715326b92dd2e05c5c79e2ee5c63b1b (patch) | |
tree | 84c0d2cb7565f5089826b167e078fc948b10a5d6 /www/openvrml/Makefile | |
parent | 760935df10b02f63b7b28baaafb28bcc9d0ff2d7 (diff) | |
download | ports-71d09b15a715326b92dd2e05c5c79e2ee5c63b1b.tar.gz ports-71d09b15a715326b92dd2e05c5c79e2ee5c63b1b.zip |
BROKEN on i386: Does not build
Notes
Notes:
svn path=/head/; revision=134740
Diffstat (limited to 'www/openvrml/Makefile')
-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: |