diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-30 20:31:02 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-30 20:31:02 +0000 |
commit | f3a6085dc014e83f2014ea55efa4c3941d03d93f (patch) | |
tree | 049f93d6a65ebe125252b4af28f3c67bf9473387 /math/petsc | |
parent | a1de7119dc3968c6fb65d88c70abc6f17cf29d3a (diff) | |
download | ports-f3a6085dc014e83f2014ea55efa4c3941d03d93f.tar.gz ports-f3a6085dc014e83f2014ea55efa4c3941d03d93f.zip |
Notes
Diffstat (limited to 'math/petsc')
-rw-r--r-- | math/petsc/Makefile | 2 | ||||
-rw-r--r-- | math/petsc/files/patch-bmake::common::rules.shared.basic | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/petsc/Makefile b/math/petsc/Makefile index dce7d735ae14..57047169da58 100644 --- a/math/petsc/Makefile +++ b/math/petsc/Makefile @@ -163,7 +163,7 @@ RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion .if !defined(WITHOUT_SPOOLES) . if exists(${LOCALBASE}/lib/libspooles.a) \ && !exists(${LOCALBASE}/include/spooles/MPI/spoolesMPI.h) -BROKEN= Please deinstall spooles and reinstall spooles-mpich +BROKEN= "Please deinstall spooles and reinstall spooles-mpich" . else BUILD_DEPENDS+= ${LOCALBASE}/lib/libspooles.a:${PORTSDIR}/math/spooles-mpich . endif diff --git a/math/petsc/files/patch-bmake::common::rules.shared.basic b/math/petsc/files/patch-bmake::common::rules.shared.basic index cc7a7623efa3..c41739226ead 100644 --- a/math/petsc/files/patch-bmake::common::rules.shared.basic +++ b/math/petsc/files/patch-bmake::common::rules.shared.basic @@ -1,9 +1,10 @@ --- bmake/common/rules.shared.basic.orig Tue Nov 16 18:08:11 2004 -+++ bmake/common/rules.shared.basic Mon Dec 6 12:13:46 2004 -@@ -10,6 +10,7 @@ ++++ bmake/common/rules.shared.basic Tue Aug 30 22:21:17 2005 +@@ -10,6 +10,8 @@ shared_solaris2: shared_solaris ++shared_freebsd7: shared_freebsd +shared_freebsd6: shared_freebsd shared_freebsd5: shared_freebsd shared_freebsd4: shared_freebsd |