diff options
author | kris <kris@FreeBSD.org> | 2006-12-01 07:25:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-12-01 07:25:35 +0800 |
commit | a7bd4fdd8635e2017b717d6a23bac857e7b65e94 (patch) | |
tree | 43f3ae031a5119a73e80845cf24eea3248646662 /math/elmer-mathlibs | |
parent | 80f7cb393749bb338c8531486bfc7dc7afecf376 (diff) | |
download | freebsd-ports-gnome-a7bd4fdd8635e2017b717d6a23bac857e7b65e94.tar.gz freebsd-ports-gnome-a7bd4fdd8635e2017b717d6a23bac857e7b65e94.tar.zst freebsd-ports-gnome-a7bd4fdd8635e2017b717d6a23bac857e7b65e94.zip |
BROKEN: Configure fails
Diffstat (limited to 'math/elmer-mathlibs')
-rw-r--r-- | math/elmer-mathlibs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/elmer-mathlibs/Makefile b/math/elmer-mathlibs/Makefile index 2f484165468a..d9eaba59aa85 100644 --- a/math/elmer-mathlibs/Makefile +++ b/math/elmer-mathlibs/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= elmer- MAINTAINER= ports@FreeBSD.org COMMENT= Math libraries build with F90 for used in ELMER FEM +BROKEN= Configure fails + .ifdef WITH_MPI BUILD_DEPENDS+= ${LOCALBASE}/mpich/include/mpif.h:${PORTSDIR}/net/mpich .endif |