aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--science/openfoam/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/science/openfoam/Makefile b/science/openfoam/Makefile
index 8ef317aeaf87..a5fec0324686 100644
--- a/science/openfoam/Makefile
+++ b/science/openfoam/Makefile
@@ -100,6 +100,11 @@ PLIST_SUB+= MPI="" LAM="@comment " MPICH_VER=1.2.6
BROKEN= Does not compile with gcc-2.95
.endif
+.if ${OSVERSION} <= 504103
+EXTRACT_DEPENDS+= bsdtar:${PORTSDIR}/archivers/bsdtar
+TAR= ${LOCALBASE}/bin/bsdtar
+.endif
+
.if exists(${LOCALBASE}/bin/mico-config)
MICO_VER= `${LOCALBASE}/bin/mico-config --version`
.else