aboutsummaryrefslogtreecommitdiff
path: root/science/meep/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-06-27 09:02:56 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-06-27 09:02:56 +0000
commit3186e08e7cdddac0929decce6bf1d991d8812181 (patch)
tree9b00b47306733fd0c753d6a412fb12557feb9478 /science/meep/Makefile
parent58b12aeafce3467eea6235b9aeffe218cdf4d8e0 (diff)
Notes
Diffstat (limited to 'science/meep/Makefile')
-rw-r--r--science/meep/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/science/meep/Makefile b/science/meep/Makefile
index 731924479616..0708fc55c111 100644
--- a/science/meep/Makefile
+++ b/science/meep/Makefile
@@ -13,11 +13,13 @@ COMMENT= FDTD simulation software to model electromagnetic systems
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= very old version, incompatible with Guile 2.2
+
BUILD_DEPENDS= harminv:science/harminv \
gsed:textproc/gsed
LIB_DEPENDS= libfftw3.so:math/fftw3 \
libblas.so:math/blas \
- libguile-2.0.so:lang/guile2 \
+ libguile-2.2.so:lang/guile2 \
libctl.so:science/libctl \
libgc-threaded.so:devel/boehm-gc-threaded \
libgsl.so:math/gsl \