diff options
author | pav <pav@FreeBSD.org> | 2010-06-22 06:18:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-22 06:18:40 +0800 |
commit | 479d7e600ea199f56208056951d893bb6d5a0495 (patch) | |
tree | 7718690649eba5f7e0c1c42581e34d48c72345ae | |
parent | b3f65547d63cc427ccc7f84ed111b212eca3c62f (diff) | |
download | freebsd-ports-gnome-479d7e600ea199f56208056951d893bb6d5a0495.tar.gz freebsd-ports-gnome-479d7e600ea199f56208056951d893bb6d5a0495.tar.zst freebsd-ports-gnome-479d7e600ea199f56208056951d893bb6d5a0495.zip |
- Mark BROKEN on 6.X: does not build
Feature safe: yes
Reported by: pointyhat
-rw-r--r-- | www/uwsgi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/uwsgi/Makefile b/www/uwsgi/Makefile index 59fef9bb4e42..487039b30053 100644 --- a/www/uwsgi/Makefile +++ b/www/uwsgi/Makefile @@ -27,6 +27,7 @@ do-install: .if ${OSVERSION} < 700000 USE_GCC= 4.2+ +BROKEN= does not build on 6.X .endif .include <bsd.port.post.mk> |