diff options
-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 |