diff options
author | linimon <linimon@FreeBSD.org> | 2018-03-18 11:18:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-03-18 11:18:19 +0800 |
commit | 0df76705259ff7fa87513f2fb1f430cb8d213120 (patch) | |
tree | 4cbf8924b3bc9557c770ee88532674d5a1505db1 /devel | |
parent | 4eb903491fa77d7a6f4450facd1c14ef186c1bd0 (diff) | |
download | freebsd-ports-gnome-0df76705259ff7fa87513f2fb1f430cb8d213120.tar.gz freebsd-ports-gnome-0df76705259ff7fa87513f2fb1f430cb8d213120.tar.zst freebsd-ports-gnome-0df76705259ff7fa87513f2fb1f430cb8d213120.zip |
Mark as broken on armv7. This looks like some kind of configuration error.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/performance/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/performance/Makefile b/devel/performance/Makefile index 231cbbfb2683..a86ed38e3ba0 100644 --- a/devel/performance/Makefile +++ b/devel/performance/Makefile @@ -12,6 +12,8 @@ COMMENT= Help improve the performance of GNUstep applications LICENSE= LGPL3 +BROKEN_armv7= fails to build: gmake[2]: *** No rule to make target 'Performance/dependencies', needed by 'internal-doc-all_'. Stop. + USES= gnustep USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} |