diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-06-30 01:14:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-06-30 01:14:59 +0000 |
commit | a646368e3548962f40e11d51bf7b5d36473e5bba (patch) | |
tree | 793ae532c3dc86bcb513169365db059304de8b2e /math/maxima | |
parent | 8c1a3a8c4eeebba84dd6ad61e9bf413bc155a515 (diff) | |
download | ports-a646368e3548962f40e11d51bf7b5d36473e5bba.tar.gz ports-a646368e3548962f40e11d51bf7b5d36473e5bba.zip |
Notes
Diffstat (limited to 'math/maxima')
-rw-r--r-- | math/maxima/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 4c5032e648ae..86eb748c4b1b 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -16,6 +16,8 @@ LICENSE_NAME_MAXIMAEXTRACLAUSE= Maxima extra clause LICENSE_FILE_MAXIMAEXTRACLAUSE= ${FILESDIR}/license-extra-clause.txt LICENSE_PERMS_MAXIMAEXTRACLAUSE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_FreeBSD_13_powerpc64= fails to build: unhandled lisp initialization error + RUN_DEPENDS= gnuplot:math/gnuplot \ rlwrap:devel/rlwrap |