diff options
author | pav <pav@FreeBSD.org> | 2011-07-02 04:35:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-07-02 04:35:53 +0800 |
commit | 548b6d5f061d059e4674a4b704cb13346f5c16d3 (patch) | |
tree | 287e518c070f1f7f2b2309ea2e982aace557adfb | |
parent | 1c574f3a8c0963bf6a9c53f5aa830df7cc7bca14 (diff) | |
download | freebsd-ports-gnome-548b6d5f061d059e4674a4b704cb13346f5c16d3.tar.gz freebsd-ports-gnome-548b6d5f061d059e4674a4b704cb13346f5c16d3.tar.zst freebsd-ports-gnome-548b6d5f061d059e4674a4b704cb13346f5c16d3.zip |
- Mark BROKEN: does not configure
Reported by: pointyhat
-rw-r--r-- | math/petsc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/petsc/Makefile b/math/petsc/Makefile index e00f7b40dece..186da917c7d9 100644 --- a/math/petsc/Makefile +++ b/math/petsc/Makefile @@ -18,6 +18,8 @@ COMMENT= Portable, Extensible Toolkit for Scientific computation RUN_DEPENDS= ksh:${PORTSDIR}/shells/pdksh \ qsub:${PORTSDIR}/sysutils/torque +BROKEN= does not configure + SLAVEDIRS= math/petsc-mpich HAS_CONFIGURE= yes |