diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-01 06:49:23 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-01 06:49:23 +0000 |
commit | b7e647dad8a7b1a874f0bf3594d320089fe0abdc (patch) | |
tree | a855836689ea76694444f08e67df5f9851e58a64 | |
parent | 34109abacd2902e07e472902afd632e0d49370e8 (diff) | |
download | freebsd-ports-b7e647dad8a7b1a874f0bf3594d320089fe0abdc.zip |
Mark BROKEN: fails to build
Reported by: pkg-fallout
-rw-r--r-- | math/fityk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/fityk/Makefile b/math/fityk/Makefile index 69e7c06acaa9..77be71c3ce12 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -13,6 +13,8 @@ COMMENT= Free peak fitting software LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build + BUILD_DEPENDS= boost-libs>=1.35:devel/boost-libs \ swig3.0:devel/swig30 \ gnuplot:math/gnuplot |