diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-21 16:35:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-21 16:35:29 +0800 |
commit | e3e7aebcecfcfee3e6efc0deb41dc65727ff835a (patch) | |
tree | cf80fc8d0fd2714a7632b967dac0510a96877fb5 /graphics/tulip | |
parent | 36d8604871827e9b35951f883e7b25ed355edbda (diff) | |
download | freebsd-ports-gnome-e3e7aebcecfcfee3e6efc0deb41dc65727ff835a.tar.gz freebsd-ports-gnome-e3e7aebcecfcfee3e6efc0deb41dc65727ff835a.tar.zst freebsd-ports-gnome-e3e7aebcecfcfee3e6efc0deb41dc65727ff835a.zip |
- Mark broken on FreeBSD 9.x:
/usr/local/include/bfd.h:1629:38: error: expected ',' or '...' before 'ATTRIBUTE_UNUSED'
Approved by: portmgr blanket
Diffstat (limited to 'graphics/tulip')
-rw-r--r-- | graphics/tulip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 30573f02866b..a7c4b4173c58 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -12,6 +12,8 @@ COMMENT= System dedicated to the visualization of huge graphs LICENSE= LGPL3 +BROKEN_FreeBSD_9= does not build + LIB_DEPENDS= libquazip.so:archivers/quazip \ libpng.so:graphics/png \ libOGDF.so:math/ogdf \ |