diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-07-21 19:48:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-07-21 20:49:20 +0000 |
commit | a8680c8abe7739dd02fa36357ccb460134f3b5ca (patch) | |
tree | 35121f46c73a530b7a720a4f84396514696790e9 | |
parent | 7ad528508c4cb63fa1ab50e1de09a0e05b277816 (diff) | |
download | ports-a8680c8abe7739dd02fa36357ccb460134f3b5ca.tar.gz ports-a8680c8abe7739dd02fa36357ccb460134f3b5ca.zip |
math/asymptote: mark BROKEN
Approved by: portmgr blanket
-rw-r--r-- | math/asymptote/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index f6c7a6108258..874b794772f2 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -11,6 +11,8 @@ COMMENT= Powerful script-based vector graphics language LICENSE= GPLv3 LGPL3 LICENSE_COMB= dual +BROKEN= does not build: No rule to make target 'gc.h', needed by 'lspserv.o' + ONLY_FOR_ARCHS= amd64 i386 LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ |