diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 18:59:05 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 20:17:05 +0000 |
commit | bbaf24fef7cd7caa34c4edf6636a7a4b32e9f78e (patch) | |
tree | 818a0ed048d61e291df13651c1a5d035300424bd | |
parent | 0ec14c674a5c0300bef5ed0759c1609fe2746ff5 (diff) | |
download | ports-bbaf24fef7cd7caa34c4edf6636a7a4b32e9f78e.tar.gz ports-bbaf24fef7cd7caa34c4edf6636a7a4b32e9f78e.zip |
graphics/appleseed: mark as BROKEN due to Boost and ICIO dependencies
PR: 246106
-rw-r--r-- | graphics/appleseed/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/appleseed/Makefile b/graphics/appleseed/Makefile index 75b6c376123f..1a8dec4e0b34 100644 --- a/graphics/appleseed/Makefile +++ b/graphics/appleseed/Makefile @@ -24,6 +24,8 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME}hq +BROKEN= cannot build with recent Boost and OCIO libs + ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= not ported to it yet |