diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-11 19:00:46 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-11 19:00:46 +0000 |
commit | b535800f26d1d660f9217447dca63e15bc2489f5 (patch) | |
tree | 7b4899d8255f1ec56ad3b209b82a052b2cedee3b | |
parent | 41f2a831dbcee2f3d00037d70ae18a15c8b1f57e (diff) | |
download | FreeBSD-ports-b535800f26d1d660f9217447dca63e15bc2489f5.zip FreeBSD-ports-b535800f26d1d660f9217447dca63e15bc2489f5.tar.gz |
Mark BROKEN: Depends on conflicting guile and guile2 (via libctl)
Reported by: pkg-fallout
-rw-r--r-- | science/meep/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/meep/Makefile b/science/meep/Makefile index dc51f85..1ccd4b3 100644 --- a/science/meep/Makefile +++ b/science/meep/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://ab-initio.mit.edu/meep/ MAINTAINER= devel@stasyan.com COMMENT= FDTD simulation software to model electromagnetic systems +BROKEN= Depends on conflicting guile and guile2 (via libctl) + BUILD_DEPENDS= harminv:${PORTSDIR}/science/harminv \ gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \ |