diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-14 04:43:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-14 04:43:23 +0000 |
commit | 3cf658f29be734895a9e119629afb964ad1ac725 (patch) | |
tree | 1a7a7b405484774c116a22ade3eeac11c52105fc /math/petsc | |
parent | 9733c3affdad1aaaf643d4887d9b560e5b57df5e (diff) |
Mark as broken: fails to configure.
Notes
Notes:
svn path=/head/; revision=167745
Diffstat (limited to 'math/petsc')
-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 0a00ef0bbc5d..f3170e8802ae 100644 --- a/math/petsc/Makefile +++ b/math/petsc/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-p${PATCHLEVEL} MAINTAINER= ports@FreeBSD.org COMMENT= Portable, Extensible Toolkit for Scientific computation +BROKEN= fails to configure + RUN_DEPENDS= ksh93:${PORTSDIR}/shells/ksh93 PATCHLEVEL= 14 |